Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Jul 12, 2023
1 parent 5b19670 commit 43df5ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/EditCoursePage/EditCourseForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1095,19 +1095,20 @@ export class BaseEditCourseForm extends React.Component {
<Field
name="watchers"
component={RenderInputTextField}
label={
label={(
<FieldLabel
text="Watchers"
optional
helpText={(
<div>
<p>
A comma-separated list of email addresses that will be notified if the any of the course run of the course is published or scheduled.
A comma-separated list of email addresses that will be notified if the any of the course run
of the course is published or scheduled.
</p>
</div>
)}
/>
}
)}
extraInput={{ onInvalid: this.openCollapsible }}
disabled={disabled}
optional
Expand Down

0 comments on commit 43df5ff

Please sign in to comment.