mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: show close button on purchase modal (#23436)
This commit is contained in:
parent
ceb36a304d
commit
5854cbbe97
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
let showProductActivated = $state(false);
|
let showProductActivated = $state(false);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Modal title="" {onClose} size="large">
|
<Modal title=" " {onClose} size="large">
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
{#if showProductActivated}
|
{#if showProductActivated}
|
||||||
<PurchaseActivationSuccess onDone={onClose} />
|
<PurchaseActivationSuccess onDone={onClose} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue