Skip to content

Commit

Permalink
hotfix: default filtering for location (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y authored Sep 5, 2024
1 parent 54fd390 commit 893edcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const useTableColumns = (
header: 'Locations',
size: 220,
filterVariant: 'autocomplete',
filterFn: 'doesNotInclude',
filterFn: 'contains',
columnFilterModeOptions: [
'contains',
'startsWith',
Expand Down

0 comments on commit 893edcb

Please sign in to comment.