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