Merge branch 'feature/last_status' into 'dev'

last status value

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

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

Loading…
Cancel
Save