Skip to content

Commit ba803de

Browse files
committed
item options now use newInputState as well for filters
1 parent 5137804 commit ba803de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ProductTable/Filters.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ const Filters = ({
5656
return {
5757
...item,
5858
inputState: newInputState,
59+
options: item.options.map((option) => {
60+
return {
61+
...option,
62+
inputState: newInputState,
63+
}
64+
}),
5965
}
6066
}
6167
return item

0 commit comments

Comments
 (0)