Skip to content

Commit

Permalink
fix: update aria controls property
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Sep 30, 2019
1 parent e769195 commit 6f93049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/components/DataTableFilter/DataTableFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const DataTableFilter = React.forwardRef(function DataTableFilter(props, ref) {
return (
<Fragment>
<Button
aria-controls="action-menu"
aria-controls="filter-menu"
aria-haspopup="true"
className={clsx(classes.button, classNameProp)}
onClick={handleToggle}
Expand Down

0 comments on commit 6f93049

Please sign in to comment.