diff --git a/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue b/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue index 306df48572..32f6d5e274 100644 --- a/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue +++ b/packages/frontend-2/components/settings/workspaces/billing/PricingTable/Plan.vue @@ -26,7 +26,6 @@ v-model="isYearlyIntervalSelected" :show-label="false" name="domain-protection" - :disabled="!toggleEnabled" @update:model-value="(newValue) => $emit('onYearlyIntervalSelected', newValue)" /> Billed annually @@ -35,9 +34,22 @@
- + +
+ +
+
+ + {{ buttonText }} + +
{{ buttonText }} +
+ + {{ buttonText }} + +