Skip to content

Commit

Permalink
fix: add alpha gating to initiatives pane
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannemarik committed Nov 9, 2023
1 parent 36d8e9b commit 8307849
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const ProjectPermissionPolicies: IPermissionPolicy[] = [
},
{
permission: "hub:project:workspace:initiatives",
availability: ["alpha"], // gate to just alpha for now
dependencies: ["hub:project:workspace", "hub:project:edit"],
},
{
Expand Down

0 comments on commit 8307849

Please sign in to comment.