1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

fix(web): trash or delete (#6475)

fix: trash or delete
This commit is contained in:
martin 2024-01-18 17:01:39 +01:00 committed by GitHub
parent 68f52818ae
commit 02393126e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -363,7 +363,7 @@
<DeleteAssetDialog
size={idsSelectedAssets.length}
on:cancel={() => (isShowDeleteConfirmation = false)}
on:confirm={() => trashOrDelete()}
on:confirm={() => trashOrDelete(true)}
/>
{/if}