mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 16:41:59 +00:00
parent
3dddc6b449
commit
68d4f1b946
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
{#if shouldShowDeleteConfirmDialog}
|
||||
<DeleteConfirmDialog
|
||||
user={selectedUser}
|
||||
on:succes={onUserDeleteSuccess}
|
||||
on:success={onUserDeleteSuccess}
|
||||
on:fail={onUserDeleteFail}
|
||||
on:cancel={() => (shouldShowDeleteConfirmDialog = false)}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue