rep defect 42, questionnaire defect 67, enf defect 16
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user