Hide only when searching
This commit is contained in:
parent
80874c77c7
commit
e71e9d4e98
|
@ -112,7 +112,7 @@
|
|||
onlyOneSource: onlySource,
|
||||
})
|
||||
|
||||
const show = dsQueries.length || dsTables.length
|
||||
const show = !searchTerm || dsQueries.length || dsTables.length
|
||||
return {
|
||||
...datasource,
|
||||
selected,
|
||||
|
|
Loading…
Reference in New Issue