Skip to content

Commit

Permalink
feat: remove alpha gating of user content and groups panes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman committed Oct 17, 2024
1 parent ad959cf commit 7a8d368
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/common/src/users/_internal/UserBusinessRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,10 @@ export const UserPermissionPolicies: IPermissionPolicy[] = [
},
{
permission: "hub:user:workspace:content",
availability: ["alpha"],
dependencies: ["hub:user:workspace", "hub:user:owner"],
},
{
permission: "hub:user:workspace:groups",
availability: ["alpha"],
dependencies: ["hub:user:workspace", "hub:user:owner"],
},
{
permission: "hub:user:workspace:shared-with-me",
availability: ["alpha"],
dependencies: ["hub:user:workspace", "hub:user:owner"],
},
{
Expand Down

0 comments on commit 7a8d368

Please sign in to comment.