1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-15 12:54:06 +00:00

Insert: form improvements

This commit is contained in:
2023-02-15 19:53:49 +01:00
parent 838c8d2ffb
commit a3335cdc4e
4 changed files with 42 additions and 10 deletions

View File

@ -22,7 +22,7 @@
{title}
{#if deletable}
<button class="delete" on:click={() => dispatch('delete')}>
<button class="delete" on:click={() => dispatch('delete')} type="button">
<Icon name="trash" />
</button>
{/if}