mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: introduce modal manager (#18039)
This commit is contained in:
parent
15d431ba6a
commit
62fc5b3c7d
11 changed files with 265 additions and 236 deletions
|
|
@ -115,7 +115,7 @@
|
|||
<ConfirmDialog
|
||||
confirmColor="primary"
|
||||
title={$t('change_location')}
|
||||
width="wide"
|
||||
size="medium"
|
||||
onClose={(confirmed) => (confirmed ? handleConfirm() : onCancel())}
|
||||
>
|
||||
{#snippet promptSnippet()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue