We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176dab commit 406e328Copy full SHA for 406e328
site/src/modules/management/OrganizationSettingsLayout.tsx
@@ -48,7 +48,9 @@ const OrganizationSettingsLayout: FC = () => {
48
organization?: string;
49
};
50
51
- const canViewOrganizationSettingsPage = permissions.editAnyOrganization;
+ const canViewOrganizationSettingsPage =
52
+ permissions.viewDeploymentValues ||
53
+ permissions.editAnyOrganization;
54
55
const organization =
56
organizations && orgName
0 commit comments