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.
1 parent 1d615df commit e124713Copy full SHA for e124713
1 file changed
docs/List.md
@@ -1192,8 +1192,7 @@ export const PostList = () => (
1192
>
1193
<WithListContext
1194
render={context =>
1195
- context.filterValues.q == null ||
1196
- context.filterValues.q === '' ? (
+ context.filterValues.q?.length > 2 ? (
1197
<CardContentInner>
1198
Type a search term to fetch data
1199
</CardContentInner>
0 commit comments