Skip to content

Commit

Permalink
fix(DataTable): backport aria-label fix to v10 (#12106)
Browse files Browse the repository at this point in the history
Co-authored-by: Josefina Mancilla <[email protected]>
  • Loading branch information
tw15egan and jnm2377 authored Sep 29, 2022
1 parent c116cfc commit 8c85180
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const InlineCheckbox = React.forwardRef(function InlineCheckbox(

if (indeterminate) {
inputProps.checked = false;
inputProps['aria-checked'] = 'mixed';
}

useEffect(() => {
Expand Down

0 comments on commit 8c85180

Please sign in to comment.