From 1cb864bc1bf853cfb5a678f3140b6b68d33282ba Mon Sep 17 00:00:00 2001 From: Jaayden Halko Date: Wed, 26 Feb 2025 19:39:08 +0000 Subject: [PATCH] fix: allow viewOrgRoles for custom roles page (#16722) Users with viewOrgRoles should be able to see customs roles page as this matches the left sidebar permissions. --- .../CustomRolesPage/CustomRolesPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/pages/OrganizationSettingsPage/CustomRolesPage/CustomRolesPage.tsx b/site/src/pages/OrganizationSettingsPage/CustomRolesPage/CustomRolesPage.tsx index 4eee74c6a5..4e7b8c3861 100644 --- a/site/src/pages/OrganizationSettingsPage/CustomRolesPage/CustomRolesPage.tsx +++ b/site/src/pages/OrganizationSettingsPage/CustomRolesPage/CustomRolesPage.tsx @@ -57,7 +57,8 @@ export const CustomRolesPage: FC = () => {