Skip to content

Commit 073af42

Browse files
committed
address comment,
1 parent ca20825 commit 073af42

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/createAttribute.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
let error: string;
2626
2727
async function updateCollectionColumns() {
28-
let selectedColumns = preferences.getCustomCollectionColumns(collectionId);
28+
const selectedColumns = preferences.getCustomCollectionColumns(collectionId);
2929
selectedColumns.push(key ?? data?.key);
3030
await Promise.all([
3131
preferences.setCustomCollectionColumns(collectionId, selectedColumns),

0 commit comments

Comments
 (0)