Skip to content

Commit

Permalink
Merge pull request #10358 from marmelab/fix-filterlistitem-story
Browse files Browse the repository at this point in the history
Fix `FilterListItem` story shows wrong way of resetting a filter
  • Loading branch information
djhi authored Nov 18, 2024
2 parents c455da7 + 2711826 commit a733c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const BookListAside = () => (
<FilterList label="Century" icon={<CategoryIcon />}>
<FilterListItem
label="21st"
value={{ year_gte: 2000, year_lte: null }}
value={{ year_gte: 2000, year_lte: undefined }}
/>
<FilterListItem
label="20th"
Expand Down

0 comments on commit a733c6c

Please sign in to comment.