feat(ui): disable filtering when loading
parent
ed7e73d600
commit
54cccda8ca
|
@ -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)
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue