mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: lint.
This commit is contained in:
+1
-3
@@ -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');
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user