Skip to content

Commit

Permalink
remove aria-label for the default column header since the screen read…
Browse files Browse the repository at this point in the history
…er is able to read it from the content
  • Loading branch information
arminmeh committed Sep 4, 2024
1 parent 8ed6484 commit babdf09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const GridGenericColumnHeaderItem = React.forwardRef(function GridGenericColumnH
tabIndex={tabIndex}
aria-colindex={colIndex + 1}
aria-sort={ariaSort}
aria-label={headerComponent == null ? label : undefined}
{...other}
>
<div
Expand Down

0 comments on commit babdf09

Please sign in to comment.