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