Allow clear search input

This commit is contained in:
Piotr Rogowski 2022-07-18 22:15:58 +02:00
parent 230f939c8b
commit 8623aaadbc
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ const Hub = () => {
style={{ marginBottom: 10, height: 40 }}
placeholder="Search..."
onChange={({ target }) => debounceLoadData(target.value)}
allowClear
/>
<Table
dataSource={dataSource}