uat defect 131 link in new tab

This commit is contained in:
2025-01-15 09:22:23 +00:00
parent 9c2519f2ce
commit 49418becf2
3 changed files with 20 additions and 14 deletions
+11 -8
View File
@@ -1189,14 +1189,17 @@ let MakeRepresentation = (props) => {
// delete dataObj[key];
// }
uploadRepFiles(
dataObj,
fileListObj,
values.containerID,
props.caseReference + "/" + dataObj.repfile_name
).then((data) => {
return data;
});
// may need to delete
// No sure if this is needed anymore,......
// uploadRepFiles(
// dataObj,
// [{}],
// values.containerID,
// props.caseReference + "/" + dataObj.repfile_name
// ).then((data) => {
// return data;
// });
};
const repForm = props.props.form;