Skip to content

Commit f42b44a

Browse files
Update ViewSigLead.page.tsx
Updating valid Roles to AppRoles.SIGLEAD_MANAGER
1 parent 9ac6842 commit f42b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/pages/siglead/ViewSigLead.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const ViewSigLeadPage: React.FC = () => {
164164
};*/
165165

166166
return (
167-
<AuthGuard resourceDef={{ service: 'core', validRoles: [AppRoles.IAM_ADMIN] }}>
167+
<AuthGuard resourceDef={{ service: 'core', validRoles: [AppRoles.SIGLEAD_MANAGER] }}>
168168
<Container>
169169
<Group align="flex-start">
170170
<Box style={{ flex: 8 }}>

0 commit comments

Comments
 (0)