diff --git a/src/pages/SoccorsoEditPreInstructor/index.js b/src/pages/SoccorsoEditPreInstructor/index.js index 6a3bcc4..3ee425e 100644 --- a/src/pages/SoccorsoEditPreInstructor/index.js +++ b/src/pages/SoccorsoEditPreInstructor/index.js @@ -238,7 +238,7 @@ const SoccorsoEditPreInstructor = () => { }, []); const submitData = { - updatedFormFields: newFormValues, + applicationFormFields: newFormValues, } storeSet.main.setAsyncRequest(); @@ -537,12 +537,12 @@ const SoccorsoEditPreInstructor = () => { }) : null} -