diff --git a/Model/Models/StatusPageGroup.ts b/Model/Models/StatusPageGroup.ts index e353d89b96b..4839b17017d 100644 --- a/Model/Models/StatusPageGroup.ts +++ b/Model/Models/StatusPageGroup.ts @@ -28,7 +28,7 @@ import { PlanSelect } from 'Common/Types/Billing/SubscriptionPlan'; @TableBillingAccessControl({ create: PlanSelect.Growth, read: PlanSelect.Free, - update: PlanSelect.Free, + update: PlanSelect.Growth, delete: PlanSelect.Free, }) @CanAccessIfCanReadOn('statusPage')