update: lint.

This commit is contained in:
Darshan
2025-08-01 14:38:14 +05:30
parent 3b2df2d4be
commit b147fe1889
2 changed files with 3 additions and 5 deletions
@@ -123,9 +123,7 @@
}
] as Column[];
const spreadsheetColumns = $derived(
mode === 'rows' ? getRowColumns() : getIndexesColumns()
);
const spreadsheetColumns = $derived(mode === 'rows' ? getRowColumns() : getIndexesColumns());
const emptyCells = $derived($isSmallViewport ? 14 : 17);
const fixedHeight = $derived($isSmallViewport ? '60.75vh' : '74.75vh');
@@ -778,8 +778,8 @@
<p>Are you sure you want to delete "<b>{$databaseColumnSheetOptions.column.key}</b>"?</p>
<p>
This will permanently remove all data stored in this column across all rows. This action
is irreversible.
This will permanently remove all data stored in this column across all rows. This action is
irreversible.
</p>
</Confirm>