Skip to content

Commit

Permalink
fix role
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-kazantseva committed Nov 1, 2024
1 parent 1be9ba2 commit 94c7593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function Main({
}
return (
<div
role="regions"
role="region"
aria-label={formatMessage(messages.modalAriaLabel, globalUiVariables)}
className="modal-container"
id="consentManagerMainDialog"
Expand Down

0 comments on commit 94c7593

Please sign in to comment.