Skip to content

Commit

Permalink
Fix: role added to component__widget div (fixes #188) (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Jul 29, 2024
1 parent fa85ae9 commit 3bcfe05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/matching.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function Matching(props) {
])}
aria-labelledby={ariaQuestion ? null : (displayTitle || body || instruction) && `${_id}-header`}
aria-label={ariaQuestion || null}
role='group'
>

{_items.map(({
Expand Down

0 comments on commit 3bcfe05

Please sign in to comment.