mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 21:05:59 +00:00
UX fix
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
export let passProps;
|
||||
|
||||
export let isExpandedOnlyBySearch;
|
||||
export let isExpandedBySearch;
|
||||
|
||||
$: databases = useDatabaseList({ conid: isExpandedOnlyBySearch ? null : data._id });
|
||||
$: dbList = isExpandedOnlyBySearch ? getLocalStorage(`database_list_${data._id}`) || [] : $databases || [];
|
||||
@@ -24,5 +25,5 @@
|
||||
module={databaseAppObject}
|
||||
{passProps}
|
||||
{filter}
|
||||
{isExpandedOnlyBySearch}
|
||||
{isExpandedBySearch}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user