Skip to content

Commit

Permalink
Faith/mkt 634 extend composite filtering to plans tab (#83)
Browse files Browse the repository at this point in the history
* updates for min/max/step values for filter form numeric fields

* make numberOptions optional

* fix type bug for filter form
  • Loading branch information
fkomlo authored Jan 28, 2025
1 parent ee0dc5e commit a36d107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/filterform/useFilterField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const filterFieldReducer = (

const newFilter = {
...state.filter,
type: config.type,
field: action.payload,
operator: operatorOptions[0].value,
values: [],
Expand Down

0 comments on commit a36d107

Please sign in to comment.