mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 07:29:28 -08:00
fix: show close button on purchase modal (#23436)
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user