Skip to content

Commit

Permalink
added aria-live to progress indicator (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
lassopicasso authored Apr 24, 2023
1 parent 8470e7c commit 8698115
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/presentation/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ export const Header = ({ type, header, appOwner }: IHeaderProps) => {
</Grid>
</Grid>
{showProgress && (
<Grid item>
<Grid
item
aria-live='polite'
>
<Progress />
</Grid>
)}
Expand Down

0 comments on commit 8698115

Please sign in to comment.