- updates to teh flow;

This commit is contained in:
Vitalii Kiiko
2024-12-19 15:54:53 +01:00
parent 23525141b1
commit 099ac72563
8 changed files with 142 additions and 57 deletions

View File

@@ -142,7 +142,9 @@ const SoccorsoEditPreInstructor = () => {
});
return acc;
}, []);
const newAmendDocs = formValues.amendmentDocuments.map(o => o.id).join(',');
const newAmendDocs = formValues.amendmentDocuments
? formValues.amendmentDocuments.map(o => o.id).join(',')
: '';
const submitData = {
applicationFormFields: newFormValues,