rep defect 42, questionnaire defect 67, enf defect 16

This commit is contained in:
2025-02-03 17:04:05 +00:00
parent f2d02dc7d3
commit bedaa79281
6 changed files with 35 additions and 15 deletions
@@ -12,6 +12,7 @@ import {
bytesToSize,
getThumbnailIconByExtension,
formatDates,
updateLinks,
} from "../../utils";
import {
@@ -48,7 +49,9 @@ const RepCompleteSubmit = (props) => {
</li>
));
const repFormData = formObj.representationForm.values;
let repFormData = formObj.representationForm.values;
repFormData = updateLinks(repFormData);
//const repDate = new Date();