From 308d399daebb392af2559771de41c0ad16f602d0 Mon Sep 17 00:00:00 2001 From: Majd_dk Date: Sun, 17 Aug 2025 15:08:41 +0300 Subject: [PATCH] fix hint in malty question --- src/Pages/Admin/question/Model/Malty/components/Question.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Admin/question/Model/Malty/components/Question.tsx b/src/Pages/Admin/question/Model/Malty/components/Question.tsx index 3329857..43ab8bd 100644 --- a/src/Pages/Admin/question/Model/Malty/components/Question.tsx +++ b/src/Pages/Admin/question/Model/Malty/components/Question.tsx @@ -62,7 +62,7 @@ export const Question: React.FC = React.memo(({ index, data }) => { component={LaTeXInputMemo} className=" " placeholder="_" - name="hint" + name={`Questions[${index}].hint`} label={t("input.hint_question")} type="TextArea" style={{ width: "100%", height: 60, resize: "none" }}