mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 21:46:00 +00:00
fixed: Cannot expand tables and views returned from search #1000
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
export let filter;
|
||||
export let isExpandedBySearch;
|
||||
export let passProps;
|
||||
export let isMainMatched;
|
||||
</script>
|
||||
|
||||
<AppObjectList
|
||||
@@ -17,7 +18,7 @@
|
||||
foreignKey: findForeignKeyForColumn(data, col),
|
||||
}))}
|
||||
module={columnAppObject}
|
||||
{filter}
|
||||
filter={isMainMatched ? '' : filter}
|
||||
{isExpandedBySearch}
|
||||
{passProps}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user