- fixed request data for update ammendment API;
This commit is contained in:
@@ -238,7 +238,7 @@ const SoccorsoEditPreInstructor = () => {
|
||||
}, []);
|
||||
|
||||
const submitData = {
|
||||
updatedFormFields: newFormValues,
|
||||
applicationFormFields: newFormValues,
|
||||
}
|
||||
|
||||
storeSet.main.setAsyncRequest();
|
||||
@@ -537,12 +537,12 @@ const SoccorsoEditPreInstructor = () => {
|
||||
}) : null}
|
||||
</form>
|
||||
|
||||
<Button
|
||||
{/*<Button
|
||||
style={{ marginTop: 30 }}
|
||||
type="button"
|
||||
disabled={data.status === 'CLOSE'}
|
||||
onClick={doUpdateAmendment}
|
||||
label={__('Aggiorna', 'gepafin')}/>
|
||||
label={__('Aggiorna', 'gepafin')}/>*/}
|
||||
</div>
|
||||
|
||||
<div className="appPage__spacer"></div>
|
||||
|
||||
Reference in New Issue
Block a user