We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1086a commit e42a684Copy full SHA for e42a684
1 file changed
frontend/components/Course/InstructorQueuePage/QueueFormFields.tsx
@@ -324,7 +324,7 @@ const QueueFormFields = ({
324
<label htmlFor="rate-length">question(s)</label>
325
</Form.Group>
326
)}
327
- <Form.Field required>
+ <Form.Field>
328
<label htmlFor="video-radio">Video Chat</label>
329
<Form.Group id="video-radio">
330
<Form.Radio
0 commit comments