mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Починка добавления сотрудника2231ап
This commit is contained in:
@@ -13,8 +13,8 @@ export const getStatusLabel = (status: string): string => {
|
||||
const statuses: Record<string, string> = {
|
||||
new: 'Новая',
|
||||
in_progress: 'В работе',
|
||||
resolved: 'Решена',
|
||||
closed: 'Закрыта'
|
||||
completed: 'Завершена',
|
||||
rejected: 'Отклонена'
|
||||
};
|
||||
return statuses[status] || status;
|
||||
};
|
||||
Reference in New Issue
Block a user