Skip to content

Commit

Permalink
Fix FilterListItem story shows wrong way of resetting a filter
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Nov 18, 2024
1 parent 60d2de9 commit 2711826
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 2711826

Please sign in to comment.