mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Add mocknumbers todo
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
$: initialNumbers = $project?.authMockNumbers?.map((num) => ({ ...num })) ?? [];
|
||||
$: isSubmitDisabled = JSON.stringify(numbers) === JSON.stringify(initialNumbers);
|
||||
|
||||
//TODO check for plan details on if mocknumbers is allowed
|
||||
let isComponentDisabled: boolean =
|
||||
isSelfHosted || (isCloud && $organization?.billingPlan === BillingPlan.FREE);
|
||||
let emptyStateTitle: string = isSelfHosted
|
||||
|
||||
Reference in New Issue
Block a user