10489 submission fix

This commit is contained in:
2024-02-27 17:41:28 +00:00
parent 866b085254
commit 4d037ffeb8
8 changed files with 111 additions and 74 deletions
+1 -1
View File
@@ -1399,7 +1399,7 @@ export const generateAppealPDF = async (
//formValues.append("filesList", fileList);
Object.assign(formValues, {
"filesList": fileList.hasOwnProperty("value") ? fileList.value : [],
"filesList": fileList,
});
var queryUrl = "/api/file/generateappealpdf?appealType=" + appealType;