Skip to content

Commit

Permalink
fix(structured-list): change role of structured list (#11448)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored May 24, 2022
1 parent 0904046 commit 5175c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function StructuredListWrapper(props) {
return (
<GridSelectedRowStateContext.Provider value={selectedRow}>
<GridSelectedRowDispatchContext.Provider value={setSelectedRow}>
<div role="grid" className={classes} {...other} aria-label={ariaLabel}>
<div role="table" className={classes} {...other} aria-label={ariaLabel}>
{children}
</div>
</GridSelectedRowDispatchContext.Provider>
Expand Down

0 comments on commit 5175c28

Please sign in to comment.