Skip to content

Commit 899bdbf

Browse files
authored
Add anyOrgFree prop to planSelection component
1 parent cd92a91 commit 899bdbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/billing/planSelection.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
99
export let billingPlan: Tier;
1010
export let isNewOrg = false;
11+
export let anyOrgFree = false;
1112
export let selfService = true;
1213
1314
$: freePlan = $plansInfo.get(BillingPlan.FREE);

0 commit comments

Comments
 (0)