Skip to content

Commit

Permalink
fix: Column header menu Filter button (#5973)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaPimpalkar authored Jun 20, 2024
1 parent 59b9ce6 commit 8c6e96c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export const useHandleToggleColumnFilter = ({

upsertCombinedViewFilter(newFilter);

openDropdown(fieldMetadataId, {
scope: fieldMetadataId,
openDropdown(newFilter.id, {
scope: newFilter.id,
});
},
[columnDefinitions, upsertCombinedViewFilter, openDropdown],
Expand Down

0 comments on commit 8c6e96c

Please sign in to comment.