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