Merge pull request 'direction-fix: пофиксил апдейт этапов' (#89) from directions-fix into test
Reviewed-on: #89
This commit is contained in:
commit
bcac81809c
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user