mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: inline index creation on columns page.
This commit is contained in:
+4
-1
@@ -311,7 +311,10 @@
|
||||
text: 'Create',
|
||||
onClick: async () => await createIndex.create()
|
||||
}}>
|
||||
<CreateIndex bind:showCreateIndex externalAttribute={selectedAttribute} bind:this={createIndex} />
|
||||
<CreateIndex
|
||||
bind:showCreateIndex
|
||||
externalAttribute={selectedAttribute}
|
||||
bind:this={createIndex} />
|
||||
</SideSheet>
|
||||
|
||||
{#if showFailed}
|
||||
|
||||
Reference in New Issue
Block a user