diff --git a/src/routes/(console)/create-organization/+page.svelte b/src/routes/(console)/create-organization/+page.svelte index 28e75e0a18..a45c2cdc36 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