.link fixes + Add Modal defaultData

This commit is contained in:
venashial
2022-06-19 21:27:20 -07:00
parent 49acfc496b
commit b3233cab71
4 changed files with 11 additions and 6 deletions

View File

@@ -41,8 +41,8 @@
disabled={key !== data.key}
let:close
on:click={() => {
dispatch('deletion')
close()
dispatch('deletion')
}}>
<IconTrash />
{$t(`modal.deletion.${type}.action`)}