mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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…
Reference in a new issue