Skip to content

Commit

Permalink
fix(ExportModal): added aria-live attribute for alrt div
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeethababu9223 committed Sep 19, 2024
1 parent 7f33dfe commit f10e0e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export let ExportModal = forwardRef(
)}
<div
className={`${blockClass}__messaging`}
aria-live="assertive"
aria-live="polite"
role="alert"
>
{loading && (
Expand Down

0 comments on commit f10e0e4

Please sign in to comment.