questionnaire defect 67, enf 16,reps 42

This commit is contained in:
2025-01-28 12:57:52 +00:00
parent 8c6d3d84d2
commit 3ad21d2c82
4 changed files with 66 additions and 58 deletions
@@ -2,7 +2,7 @@ import useTranslation from "next-translate/useTranslation";
import dynamic from "next/dynamic";
import Link from "next/link";
import router from "next/router";
import React, { useMemo, useState } from "react";
import React, { useMemo, useState, useRef } from "react";
import DatePicker from "react-datepicker";
import "react-datepicker/dist/react-datepicker.css";
import Dropzone from "react-dropzone";
@@ -726,7 +726,7 @@ export const RenderMultiline = ({
toolbar: [
[{ "header": [1, 2, false] }],
["bold", "italic", "underline", "blockquote"],
[{ "list": "ordered" }, { "list": "bullet" }, "link"],
[{ "list": "ordered" }, { "list": "bullet" }],
["clean"],
],
};