Add mocknumbers todo

This commit is contained in:
ernstmul
2024-12-16 14:25:45 +01:00
parent d232fb5e92
commit 8ce6af3fe3
@@ -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