Make it less painful to delete columns

This commit is contained in:
Andrew Kingston 2023-10-17 10:53:08 +01:00
parent 71712d422a
commit 5e8e4add4a
1 changed files with 2 additions and 1 deletions

View File

@ -777,7 +777,8 @@
disabled={deleteColName !== originalName}
>
<p>
Are you sure you wish to delete the column <b>{originalName}?</b>
Are you sure you wish to delete the column
<b on:click={() => (deleteColName = originalName)}>{originalName}?</b>
Your data will be deleted and this action cannot be undone - enter the column
name to confirm.
</p>