mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: remove unused props (#18240)
This commit is contained in:
parent
bb775110ef
commit
81d959a27e
4 changed files with 2 additions and 11 deletions
|
|
@ -70,8 +70,6 @@
|
|||
<ConfirmModal
|
||||
title={$t('editor_close_without_save_title')}
|
||||
prompt={$t('editor_close_without_save_prompt')}
|
||||
cancelText={$t('no')}
|
||||
cancelColor="secondary"
|
||||
confirmColor="danger"
|
||||
confirmText={$t('close')}
|
||||
onClose={(confirmed) => (confirmed ? onConfirm() : ($showCancelConfirmDialog = false))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue