mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 14:23:58 +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 filter;
|
||||||
export let isExpandedBySearch;
|
export let isExpandedBySearch;
|
||||||
export let passProps;
|
export let passProps;
|
||||||
|
export let isMainMatched;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<AppObjectList
|
<AppObjectList
|
||||||
@@ -17,7 +18,7 @@
|
|||||||
foreignKey: findForeignKeyForColumn(data, col),
|
foreignKey: findForeignKeyForColumn(data, col),
|
||||||
}))}
|
}))}
|
||||||
module={columnAppObject}
|
module={columnAppObject}
|
||||||
{filter}
|
filter={isMainMatched ? '' : filter}
|
||||||
{isExpandedBySearch}
|
{isExpandedBySearch}
|
||||||
{passProps}
|
{passProps}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user