Skip to content
Snippets Groups Projects
Commit b7c66a92 authored by Davor's avatar Davor
Browse files

remove No access role for dashboard

parent d4c4c610
Branches
Tags
No related merge requests found
......@@ -172,7 +172,6 @@ export const UserModal = ({ open, onClose, userId, setUserId }: UserModalProps)
name={`app_roles.${index}.role`}
label="Role"
options={[
{ value: UserRole.NoAccess, name: 'No Access' },
{ value: UserRole.User, name: 'User' },
{ value: UserRole.Admin, name: 'Admin' },
]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment