diff --git a/frontend/src/pages/GenerateIt.tsx b/frontend/src/pages/GenerateIt.tsx index 1aa4f2e..c4ecdf1 100644 --- a/frontend/src/pages/GenerateIt.tsx +++ b/frontend/src/pages/GenerateIt.tsx @@ -38,7 +38,7 @@ interface PairFormProps { } function PairForm({ objectId, token, onSaved, onCancel }: PairFormProps) { - const [level, setLevel] = useState(5) + const [level, setLevel] = useState(50) const [questionDe, setQuestionDe] = useState('') const [statementDe, setStatementDe] = useState('') const [words, setWords] = useState([]) @@ -84,7 +84,7 @@ function PairForm({ objectId, token, onSaved, onCancel }: PairFormProps) { Level: {level} setLevel(Number(e.target.value))} style={{ width: '100%' }} />