mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: review comments
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
$: isSubmitDisabled = JSON.stringify(numbers) === JSON.stringify(initialNumbers);
|
||||
|
||||
let isComponentDisabled: boolean =
|
||||
(false && isSelfHosted) || (isCloud && $organization?.billingPlan === BillingPlan.FREE);
|
||||
isSelfHosted || (isCloud && $organization?.billingPlan === BillingPlan.FREE);
|
||||
let emptyStateTitle: string = isSelfHosted
|
||||
? 'Available on Appwrite Cloud'
|
||||
: 'Upgrade to add mock phone numbers';
|
||||
|
||||
Reference in New Issue
Block a user