client: remove filters for post search
This commit is contained in:
parent
21332a7d1e
commit
7c6eb87870
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ const PostList = ({ morePosts, initialPosts, error }: Props) => {
|
||||||
clearable
|
clearable
|
||||||
placeholder="Search..."
|
placeholder="Search..."
|
||||||
onChange={debouncedSearchHandler} />
|
onChange={debouncedSearchHandler} />
|
||||||
<Text type="secondary">Available filters: <Code>is:visibility</Code></Text>
|
|
||||||
</div>
|
</div>
|
||||||
{error && <Text type='error'>Failed to load.</Text>}
|
{error && <Text type='error'>Failed to load.</Text>}
|
||||||
{!posts && searching && <ul>
|
{!posts && searching && <ul>
|
||||||
|
|
Loading…
Reference in a new issue