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