mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Only render collection dialogs when active
This commit is contained in:
+6
-2
@@ -208,5 +208,9 @@
|
||||
|
||||
<slot />
|
||||
|
||||
<CreateAttribute {...$createAttributeArgs} />
|
||||
<CreateIndex bind:showCreateIndex={$showCreateIndex} />
|
||||
{#if $createAttributeArgs.showCreate}
|
||||
<CreateAttribute {...$createAttributeArgs} />
|
||||
{/if}
|
||||
{#if $showCreateIndex}
|
||||
<CreateIndex bind:showCreateIndex={$showCreateIndex} />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user