Skip to content

Commit 2b7bf48

Browse files
committed
fix: de-select the column when creating columns!
1 parent b223e9e commit 2b7bf48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/(suggestions)

src/routes/(console)/project-[region]-[project]/databases/database-[database]/(suggestions)/empty.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,8 @@
941941
942942
async function createColumns() {
943943
creatingColumns = true;
944+
selectedColumnId = null;
945+
944946
const client = sdk.forProject(page.params.region, page.params.project);
945947
946948
const isAnyEmpty = customColumns.some((col) => !col.key);

0 commit comments

Comments
 (0)