File tree 1 file changed +12
-1
lines changed
frontend/components/Course/InstructorQueuePage
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -235,20 +235,31 @@ const QueueFormFields = ({
235
235
{ `Characters: ${ templCharCount } /${ templCharLimit } ` }
236
236
</ div >
237
237
</ Form . Field >
238
- < Form . Field required >
238
+ < Form . Field >
239
+ < label style = { { display : "inline-block" } } htmlFor = "pin-toggle" >
240
+ Pin
241
+ </ label >
239
242
< Form . Radio
240
243
label = "Enable Pin"
241
244
checked = { input . pinEnabled }
242
245
name = "pinEnabled"
246
+ id = "pin-toggle"
243
247
toggle
244
248
disabled = { loading }
245
249
onChange = { handlePinInputChange }
246
250
/>
247
251
</ Form . Field >
248
252
249
253
< Form . Field >
254
+ < label
255
+ style = { { display : "inline-block" } }
256
+ htmlFor = "rate-limit-toggle"
257
+ >
258
+ Rate Limit
259
+ </ label >
250
260
< Form . Radio
251
261
name = "rateLimitEnabled"
262
+ id = "rate-limit-toggle"
252
263
toggle
253
264
defaultChecked = { input . rateLimitEnabled }
254
265
label = "Enable queue rate-limiting"
You can’t perform that action at this time.
0 commit comments