Skip to content

Commit

Permalink
fix(hub-common): restrict temp:hub:content:downloads:unifiedList to b…
Browse files Browse the repository at this point in the history
…e behind a feature flag (#1495)
  • Loading branch information
sonofflynn89 authored May 2, 2024
1 parent 0491962 commit d53f50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const ContentPermissionPolicies: IPermissionPolicy[] = [
},
{
permission: "temp:hub:content:downloads:unifiedList",
availability: ["alpha"],
availability: ["flag"],
environments: ["qaext", "devext"],
},
];

0 comments on commit d53f50f

Please sign in to comment.