From be0fdeea3d30faefd086a0c3d743d29fc6715007 Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 16 Jul 2025 19:47:09 +0530 Subject: [PATCH] update: inline index creation on columns page. --- .../collection-[collection]/attributes/+page.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte b/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte index 53d14f347..5c5110126 100644 --- a/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte +++ b/src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/attributes/+page.svelte @@ -311,7 +311,10 @@ text: 'Create', onClick: async () => await createIndex.create() }}> - + {#if showFailed}