diff --git a/src/pages/SoccorsoEditPreInstructor/index.js b/src/pages/SoccorsoEditPreInstructor/index.js index 573a43e..6a3bcc4 100644 --- a/src/pages/SoccorsoEditPreInstructor/index.js +++ b/src/pages/SoccorsoEditPreInstructor/index.js @@ -397,6 +397,8 @@ const SoccorsoEditPreInstructor = () => { AmendmentsService.getSoccorsoById(getCallback, errGetCallback, [['id', soccorsoEntityId]]); }, [amendmentId]); + console.log('formInitialData', formInitialData) + return (
@@ -519,6 +521,7 @@ const SoccorsoEditPreInstructor = () => { disabled={data.status === 'CLOSE'} type="fileupload" setDataFn={setValue} + saveFormCallback={doUpdateAmendment} fieldName={o.fieldId} label={o.label} control={control}