Skip to content

Commit

Permalink
Removed aria-live attr
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Apr 19, 2024
1 parent 02a03ef commit 4f591c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/components/Wizard/WizardToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const WizardToggle = ({
</span>
</button>
<div className={css(styles.wizardOuterWrap)}>
<div aria-live="polite" className={css(styles.wizardInnerWrap)}>
<div className={css(styles.wizardInnerWrap)}>
{nav}
{bodyContent}
</div>
Expand Down

0 comments on commit 4f591c7

Please sign in to comment.