Show monitoring access permission when creating user

main
Arie Peterson 2022-10-12 16:49:05 +02:00
parent e89975495f
commit 45f10996b8
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ export const initialAppRoles = [
name: 'zulip',
role: UserRole.User,
},
{
name: 'monitoring',
role: UserRole.NoAccess,
},
];
export const initialUserForm = {