fix hint in malty question
This commit is contained in:
parent
b6d86dc0d9
commit
308d399dae
|
|
@ -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" }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user