fix hint in malty question

This commit is contained in:
Majd_dk 2025-08-17 15:08:41 +03:00
parent b6d86dc0d9
commit 308d399dae

View File

@ -62,7 +62,7 @@ export const Question: React.FC<any> = React.memo(({ index, data }) => {
component={LaTeXInputMemo} component={LaTeXInputMemo}
className=" " className=" "
placeholder="_" placeholder="_"
name="hint" name={`Questions[${index}].hint`}
label={t("input.hint_question")} label={t("input.hint_question")}
type="TextArea" type="TextArea"
style={{ width: "100%", height: 60, resize: "none" }} style={{ width: "100%", height: 60, resize: "none" }}