- updated flow edit page;

- fixed issues on application form page;
This commit is contained in:
Vitalii Kiiko
2024-09-24 17:25:41 +02:00
parent 2341b9ff62
commit b008fcd37a
11 changed files with 103 additions and 75 deletions

View File

@@ -253,10 +253,9 @@ const BandoEdit = () => {
}
} else {
BandoService.getBando(id, getCallback, errGetCallback);
FormsService.getFormsForCall(id, getFormsCallback, () => {
});
FormsService.getFormsForCall(id, getFormsCallback, () => {});
}
}, []);
}, [id]);
return (
<div className="appPage">