From 7c4b511dac0914505458b7b9c2b16dba0fdd25f7 Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Wed, 20 Nov 2024 11:26:41 +0100 Subject: [PATCH] - fixed request data for update ammendment API; --- src/pages/SoccorsoEditPreInstructor/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -