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
|
|
@ -69,7 +69,7 @@
|
|||
prompt={$t('editor_close_without_save_prompt')}
|
||||
cancelText={$t('no')}
|
||||
cancelColor="secondary"
|
||||
confirmColor="red"
|
||||
confirmColor="danger"
|
||||
confirmText={$t('close')}
|
||||
onCancel={() => {
|
||||
$showCancelConfirmDialog = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue