mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: use immich ui components for dialog component (#16839)
This commit is contained in:
parent
b778a86c99
commit
8ad95b368b
4 changed files with 7 additions and 8 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<ConfirmDialog
|
||||
title={$t('restore_user')}
|
||||
confirmText={$t('continue')}
|
||||
confirmColor="green"
|
||||
confirmColor="success"
|
||||
onConfirm={handleRestoreUser}
|
||||
{onCancel}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue