Merge branch 'feature/last_status' into 'dev'

last status value

See merge request spatial/postamates_frontend!45
dev
Anton Vlasov 2 years ago
commit 82e3cb8cab

@ -206,7 +206,7 @@ export const useGetPermissions = () => {
};
const TASK_STATUSES = {
finished: "Завершено"
finished: "Перерасчет ML завершен"
}
export const useCanEdit = () => {
const { data } = useGetPermissions();

Loading…
Cancel
Save