mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
misc.
This commit is contained in:
+4
-1
@@ -106,7 +106,10 @@
|
||||
|
||||
$effect(() => {
|
||||
if (showCreate && isOnTablesPage && $tableColumnSuggestions.table) {
|
||||
$tableColumnSuggestions.table = null;
|
||||
tableColumnSuggestions.update((store) => ({
|
||||
...store,
|
||||
table: null
|
||||
}));
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user