Skip to content

Commit d37201c

Browse files
committed
fix: userColumn check.
1 parent 5b87b94 commit d37201c

1 file changed

Lines changed: 1 addition & 1 deletion

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@
13491349
: '--overlay-icon-color'}
13501350
{@const isColumnInteractable =
13511351
isCustomColumn(column.id) && columnObj && !columnObj.isPlaceholder}
1352-
{@const userColumn = column.id === '$id' || column.custom}
1352+
{@const userColumn = column.id === '$id' || !column.custom}
13531353

13541354
{#if userColumn}
13551355
<Spreadsheet.Header.Cell

0 commit comments

Comments
 (0)