feat(ui) - custom metrics - filter value clean on delete
This commit is contained in:
parent
782d6b313e
commit
a47fb28e9d
1 changed files with 1 additions and 3 deletions
|
|
@ -75,9 +75,7 @@ function FilterAutoComplete(props: Props) {
|
|||
}, [query])
|
||||
|
||||
useEffect(() => {
|
||||
if(value === '') {
|
||||
setQuery(value);
|
||||
}
|
||||
setQuery(value);
|
||||
}, [value])
|
||||
|
||||
const onBlur = (e) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue