Skip to content

Commit a733c6c

Browse files
authored
Merge pull request #10358 from marmelab/fix-filterlistitem-story
Fix `FilterListItem` story shows wrong way of resetting a filter
2 parents c455da7 + 2711826 commit a733c6c

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)