fix / AEB-68 account type doesn't displayed correctly

This commit is contained in:
Timofey
2025-10-29 09:56:32 +03:00
parent 6ac5acebba
commit efc9d5c579
9 changed files with 184 additions and 178 deletions

View File

@@ -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> = ({