Improve course field validation

This commit is contained in:
2020-01-15 08:03:25 +00:00
parent 8a8161c976
commit 2040875fe0
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ function InstructorCourseEditor(props) {
/>
<Form.Field>
<label>Description</label>
<label>Description {input.description ? input.description.length : 0}/6000</label>
<ReactQuill
value={input.description || ''}
modules={modules}