14/04/2024 - 23h05

recette2
cherif 2024-04-14 23:20:53 +02:00
parent ae473b80a5
commit b6db5c759f
1 changed files with 7 additions and 7 deletions

View File

@ -837,27 +837,27 @@ const AddClassManual = (props) => {
const [title_limite, settitle_limite] = useState(90);
const [title_limite, settitle_limite] = useState(120);
const editorRef_description = useRef(null);
const [editorRef_description_limite, seteditorRef_description_limite] = useState(1000);
const [editorRef_description_limite, seteditorRef_description_limite] = useState(5000);
const editorRef_objectif = useRef(null);
const [editorRef_objectif_limite, seteditorRef_objectif] = useState(1000);
const [editorRef_objectif_limite, seteditorRef_objectif] = useState(5000);
const editorRef_programme = useRef(null);
const [editorRef_programme_limite, seteditorRef_programme] = useState(1000);
const [editorRef_programme_limite, seteditorRef_programme] = useState(5000);
const editorRef_methode_pedago = useRef(null);
const [editorRef_methode_pedago_limite, seteditorRef_methode_pedago] = useState(1000);
const [editorRef_methode_pedago_limite, seteditorRef_methode_pedago] = useState(2000);
const editorRef_handicap = useRef(null);
const [editorRef_handicap_limite, seteditorRef_handicap_limite] = useState(1000);
const [editorRef_handicap_limite, seteditorRef_handicap_limite] = useState(2000);
const editorRef_suivi_eval = useRef(null);
const [editorRef_suivi_eval_limite, seteditorRef_suivi_eval_limite] = useState(1000);
const [editorRef_suivi_eval_limite, seteditorRef_suivi_eval_limite] = useState(2000);
const editorRef_prerequis = useRef(null);
const editorRef_pourqui = useRef(null);