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" }}