update: inline index creation on columns page.

This commit is contained in:
Darshan
2025-07-16 19:47:09 +05:30
parent 0c86c2a4df
commit be0fdeea3d
@@ -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}