Hide only when searching

This commit is contained in:
Adria Navarro 2023-11-10 11:22:52 +01:00
parent 80874c77c7
commit e71e9d4e98
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@
onlyOneSource: onlySource,
})
const show = dsQueries.length || dsTables.length
const show = !searchTerm || dsQueries.length || dsTables.length
return {
...datasource,
selected,