Skip to content

Commit

Permalink
Update src/features/collections/Filters.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dauglyon authored May 15, 2024
1 parent b43c375 commit ddd8674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/collections/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const useContextFilterQueryManagement = (
context,
column.col_id,
{
type: 'int',
type: filterMeta.type,
min_value: filterMeta.min_value,
max_value: filterMeta.max_value,
value:
Expand Down

0 comments on commit ddd8674

Please sign in to comment.