Fixed label
This commit is contained in:
@@ -380,7 +380,7 @@ export default function AssignmentCreator({isCreating, assignment, user, groups,
|
|||||||
Generate different exams
|
Generate different exams
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
<Checkbox isChecked={released} onChange={() => setReleased((d) => !d)}>
|
<Checkbox isChecked={released} onChange={() => setReleased((d) => !d)}>
|
||||||
Release automatically
|
Auto release results
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-4 w-full justify-end">
|
<div className="flex gap-4 w-full justify-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user