Pull Request branch dev-clone to main #1
|
|
@ -286,6 +286,7 @@ export default function QuestionFormModal() {
|
|||
placeholder="Jawaban"
|
||||
readOnly={formType === "detail"}
|
||||
{...form.getInputProps(`options.${index}.text`)}
|
||||
disabled={mutation.isPending}
|
||||
required
|
||||
/>
|
||||
<NumberInput
|
||||
|
|
@ -297,6 +298,7 @@ export default function QuestionFormModal() {
|
|||
allowDecimal={false}
|
||||
allowNegative={false}
|
||||
{...form.getInputProps(`options.${index}.score`)}
|
||||
disabled={mutation.isPending}
|
||||
required
|
||||
/>
|
||||
{formType !== "detail" && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user