1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

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

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>