- updated flow edit page;
- fixed issues on application form page;
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user