- fixed request data for update ammendment API;

This commit is contained in:
Vitalii Kiiko
2024-11-20 11:26:41 +01:00
parent f6c1711507
commit 7c4b511dac

View File

@@ -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>