fix / AEB-68 account type doesn't displayed correctly
This commit is contained in:
@@ -26,7 +26,7 @@ interface RoleSelectorProps {
|
||||
const ROLES = [
|
||||
{ id: 1, value: 'engineer', label: 'Инженер' },
|
||||
{ id: 2, value: 'operator', label: 'Оператор' },
|
||||
{ id: 3, value: 'administrator', label: 'Администратор' },
|
||||
{ id: 3, value: 'admin', label: 'Администратор' },
|
||||
]
|
||||
|
||||
const RoleSelector: React.FC<RoleSelectorProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user