We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c455da7 + 2711826 commit a733c6cCopy full SHA for a733c6c
1 file changed
packages/ra-ui-materialui/src/list/filter/FilterList.stories.tsx
@@ -301,7 +301,7 @@ const BookListAside = () => (
301
<FilterList label="Century" icon={<CategoryIcon />}>
302
<FilterListItem
303
label="21st"
304
- value={{ year_gte: 2000, year_lte: null }}
+ value={{ year_gte: 2000, year_lte: undefined }}
305
/>
306
307
label="20th"
0 commit comments