feat(ui): disable filtering when loading

pull/5868/head
Pavel Zavora 2022-02-17 06:08:48 +01:00
parent ed7e73d600
commit 54cccda8ca
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ const Contents = ({
className="form-control input-sm"
placeholder="Filter by name"
value={nameFilter}
disabled={loading}
onChange={e => {
setNameFilter(e.target.value)
}}