From 3c9b920e9505e2056afc811752dee446d985754e Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Sat, 31 May 2025 15:06:56 -0700 Subject: [PATCH] fix: fix creating org w/o coupon --- src/routes/(console)/create-organization/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/create-organization/+page.svelte b/src/routes/(console)/create-organization/+page.svelte index 28e75e0a1..a45c2cdc3 100644 --- a/src/routes/(console)/create-organization/+page.svelte +++ b/src/routes/(console)/create-organization/+page.svelte @@ -122,7 +122,7 @@ selectedPlan, paymentMethodId, null, - selectedCoupon.code ? selectedCoupon.code : null, + selectedCoupon?.code, collaborators, billingBudget, taxId