Skip to content

Commit

Permalink
fix update group to growth
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Nov 19, 2023
1 parent b6afa0d commit 49c7076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Models/StatusPageGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 49c7076

Please sign in to comment.