remove No access role for dashboard
This commit is contained in:
parent
d4c4c6104f
commit
b7c66a9230
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ export const UserModal = ({ open, onClose, userId, setUserId }: UserModalProps)
|
||||||
name={`app_roles.${index}.role`}
|
name={`app_roles.${index}.role`}
|
||||||
label="Role"
|
label="Role"
|
||||||
options={[
|
options={[
|
||||||
{ value: UserRole.NoAccess, name: 'No Access' },
|
|
||||||
{ value: UserRole.User, name: 'User' },
|
{ value: UserRole.User, name: 'User' },
|
||||||
{ value: UserRole.Admin, name: 'Admin' },
|
{ value: UserRole.Admin, name: 'Admin' },
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Reference in a new issue