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.
<List>
aside
1 parent 667cb34 commit 573bd36Copy full SHA for 573bd36
1 file changed
docs/List.md
@@ -202,7 +202,7 @@ export const PostFilterSidebar = () => (
202
<Card sx={{ order: -1, mr: 2, mt: 9, width: 200 }}>
203
<CardContent>
204
<SavedQueriesList />
205
- <FilterLiveSearch >
+ <FilterLiveSearch />
206
<FilterList label="Subscribed to newsletter" icon={<MailIcon />}>
207
<FilterListItem label="Yes" value={{ has_newsletter: true }} />
208
<FilterListItem label="No" value={{ has_newsletter: false }} />
0 commit comments