Skip to content

Commit

Permalink
Merge pull request #1 from cassenhp/cassenhp-patch-1
Browse files Browse the repository at this point in the history
Update ColumnFilter.js to allow clear button to show when menu button… issue #5802
  • Loading branch information
cassenhp authored Jan 18, 2024
2 parents 39244b2 + 8dc9395 commit 85a85ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/lib/datatable/ColumnFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ export const ColumnFilter = React.memo((props) => {
};

const createClearButton = () => {
if (!showMenuButton()) {
return null;
}

const filterClearIconProps = mergeProps(
{
'aria-hidden': true
Expand Down

0 comments on commit 85a85ca

Please sign in to comment.