We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b53044 commit 917030bCopy full SHA for 917030b
site/src/pages/ManagementSettingsPage/SidebarView.tsx
@@ -282,14 +282,13 @@ const OrganizationSettingsNavigation: FC<
282
Groups
283
</SidebarNavSubItem>
284
)}
285
- {organization.permissions.assignOrgRole &&
286
- experiments.includes("custom-roles") && (
287
- <SidebarNavSubItem
288
- href={urlForSubpage(organization.name, "roles")}
289
- >
290
- Roles
291
- </SidebarNavSubItem>
292
- )}
+ {organization.permissions.assignOrgRole && (
+ <SidebarNavSubItem
+ href={urlForSubpage(organization.name, "roles")}
+ >
+ Roles
+ </SidebarNavSubItem>
+ )}
293
{organization.permissions.viewProvisioners && (
294
<SidebarNavSubItem
295
href={urlForSubpage(organization.name, "provisioners")}
0 commit comments