Skip to content

Commit 2711826

Browse files
committed
Fix FilterListItem story shows wrong way of resetting a filter
1 parent 60d2de9 commit 2711826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ra-ui-materialui/src/list/filter/FilterList.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ const BookListAside = () => (
301301
<FilterList label="Century" icon={<CategoryIcon />}>
302302
<FilterListItem
303303
label="21st"
304-
value={{ year_gte: 2000, year_lte: null }}
304+
value={{ year_gte: 2000, year_lte: undefined }}
305305
/>
306306
<FilterListItem
307307
label="20th"

0 commit comments

Comments
 (0)