|
|
@ -667,7 +667,7 @@ class studentsList extends Component{
|
|
|
|
`}</style>
|
|
|
|
`}</style>
|
|
|
|
<div className="mt20 edu-back-white padding20 teacherList">
|
|
|
|
<div className="mt20 edu-back-white padding20 teacherList">
|
|
|
|
|
|
|
|
|
|
|
|
{ course_groups && course_groups.length && <CourseGroupChooserModal
|
|
|
|
{ course_groups && !!course_groups.length && <CourseGroupChooserModal
|
|
|
|
props={{match: this.props.match, showNotification: this.props.showNotification}}
|
|
|
|
props={{match: this.props.match, showNotification: this.props.showNotification}}
|
|
|
|
record={this.state.clickRecord}
|
|
|
|
record={this.state.clickRecord}
|
|
|
|
fetchAll={this.fetchAll}
|
|
|
|
fetchAll={this.fetchAll}
|
|
|
|