mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
fix build error
This commit is contained in:
@@ -458,7 +458,9 @@ const QuizEditor = ({ quizzList, onBack, onListUpdate }: Props) => {
|
|||||||
|
|
||||||
<div className="grid grid-cols-2 gap-3">
|
<div className="grid grid-cols-2 gap-3">
|
||||||
<label className="flex flex-col gap-1">
|
<label className="flex flex-col gap-1">
|
||||||
<span className="text-sm font-semibold text-gray-600">Cooldown (s)</span>
|
<span className="text-sm font-semibold text-gray-600">
|
||||||
|
Cooldown (s)
|
||||||
|
</span>
|
||||||
<Input
|
<Input
|
||||||
type="number"
|
type="number"
|
||||||
value={question.cooldown}
|
value={question.cooldown}
|
||||||
@@ -471,7 +473,9 @@ const QuizEditor = ({ quizzList, onBack, onListUpdate }: Props) => {
|
|||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label className="flex flex-col gap-1">
|
<label className="flex flex-col gap-1">
|
||||||
<span className="text-sm font-semibold text-gray-600">Answer time (s)</span>
|
<span className="text-sm font-semibold text-gray-600">
|
||||||
|
Answer time (s)
|
||||||
|
</span>
|
||||||
<Input
|
<Input
|
||||||
type="number"
|
type="number"
|
||||||
value={question.time}
|
value={question.time}
|
||||||
@@ -646,7 +650,8 @@ const QuizEditor = ({ quizzList, onBack, onListUpdate }: Props) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
)
|
||||||
|
})}
|
||||||
|
|
||||||
<div className="flex justify-center">
|
<div className="flex justify-center">
|
||||||
<Button className="bg-blue-600" onClick={addQuestion}>
|
<Button className="bg-blue-600" onClick={addQuestion}>
|
||||||
|
|||||||
Reference in New Issue
Block a user