mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Add anyOrgFree prop to planSelection component
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
export let billingPlan: Tier;
|
||||
export let isNewOrg = false;
|
||||
export let anyOrgFree = false;
|
||||
export let selfService = true;
|
||||
|
||||
$: freePlan = $plansInfo.get(BillingPlan.FREE);
|
||||
|
||||
Reference in New Issue
Block a user