mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
keyed app object list (hopefully fixed CRASH in svelte)
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</script>
|
||||
|
||||
{#if groupFunc}
|
||||
{#each _.keys(groups) as group}
|
||||
{#each _.keys(groups) as group (group)}
|
||||
<AppObjectGroup
|
||||
{group}
|
||||
{module}
|
||||
@@ -69,7 +69,7 @@
|
||||
/>
|
||||
{/each}
|
||||
{:else}
|
||||
{#each filtered as data}
|
||||
{#each filtered as data (module.extractKey(data))}
|
||||
<AppObjectListItem
|
||||
{module}
|
||||
{subItemsComponent}
|
||||
|
||||
Reference in New Issue
Block a user