direction-fix: пофиксил апдейт этапов #89

Merged
tsygankoviva merged 1 commits from directions-fix into test 2026-08-13 08:20:40 +03:00
Showing only changes of commit 55c6f4ad3e - Show all commits

View File

@ -9,7 +9,7 @@ export const StagesApi = {
if (direction) {
return api
.patch(
`/stages/form/${budget_form_id}/${sheet}/${phase_code}/?direction=${direction}`,
`/stages/form/${budget_form_id}/${sheet}/${phase_code}?direction=${direction}`,
payload,
)
.then((r) => r.data);