This commit is contained in:
Darshan
2025-10-01 16:46:43 +05:30
parent f8505b5380
commit 90dfdafd0b
@@ -106,7 +106,10 @@
$effect(() => {
if (showCreate && isOnTablesPage && $tableColumnSuggestions.table) {
$tableColumnSuggestions.table = null;
tableColumnSuggestions.update((store) => ({
...store,
table: null
}));
}
});
</script>