Display max student count

This commit is contained in:
2020-01-16 02:35:01 +00:00
parent a58aa22bbf
commit d171f19d4e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ function InstructorClassEditor(props) {
/>
<Form.Input
label='Max Number of Students'
label='Max Students — Blank for Unlimited'
{...makeProps('max_students')}
/>