mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 13:36:02 +00:00
fix - don't call for DB list when searching in connections list
This commit is contained in:
@@ -61,7 +61,13 @@
|
||||
|
||||
{#if (isExpanded || isExpandedBySearch) && subItemsComponent}
|
||||
<div class="subitems">
|
||||
<svelte:component this={subItemsComponent} {data} {filter} {passProps} />
|
||||
<svelte:component
|
||||
this={subItemsComponent}
|
||||
{data}
|
||||
{filter}
|
||||
{passProps}
|
||||
isExpandedOnlyBySearch={isExpandedBySearch && !isExpanded}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user