Skip to content

Commit

Permalink
Fix role=region (#199)
Browse files Browse the repository at this point in the history
* fix role

* bump version
  • Loading branch information
kate-kazantseva authored Nov 1, 2024
1 parent 1be9ba2 commit 0334a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/transcend-io/consent-manager-ui.git"
},
"homepage": "https://github.com/transcend-io/consent-manager-ui",
"version": "4.22.3",
"version": "4.22.4",
"license": "MIT",
"main": "build/ui",
"files": [
Expand Down
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 0334a95

Please sign in to comment.