fix: show close button on purchase modal (#23436)

This commit is contained in:
Alex 2025-10-31 12:47:14 -05:00 committed by GitHub
parent ceb36a304d
commit 5854cbbe97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
let showProductActivated = $state(false);
</script>
<Modal title="" {onClose} size="large">
<Modal title=" " {onClose} size="large">
<ModalBody>
{#if showProductActivated}
<PurchaseActivationSuccess onDone={onClose} />