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
@@ -38,7 +38,11 @@ import {
subYears,
} from "date-fns";
import { bytesToSize, getThumbnailIconByExtension } from "../../utils";
import {
bytesToSize,
getThumbnailIconByExtension,
updateLinks,
} from "../../utils";
import { useRouter } from "next/router";
@@ -783,6 +787,7 @@ export const RenderRichMultiline = ({
);
const changeEdit = (valStr) => {
valStr = updateLinks(valStr);
setEditValue(valStr);
input.onChange(valStr);
};