mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
parent
68f52818ae
commit
02393126e6
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@
|
|||
<DeleteAssetDialog
|
||||
size={idsSelectedAssets.length}
|
||||
on:cancel={() => (isShowDeleteConfirmation = false)}
|
||||
on:confirm={() => trashOrDelete()}
|
||||
on:confirm={() => trashOrDelete(true)}
|
||||
/>
|
||||
{/if}
|
||||
|
||||
|
|
Loading…
Reference in a new issue