Commit 890189f5 by guomingpang

docs:去掉LiveCourseList.jsx文件中多余的代码Type

parent 4b287ee4
...@@ -832,7 +832,6 @@ class LiveCourseList extends React.Component { ...@@ -832,7 +832,6 @@ class LiveCourseList extends React.Component {
{openCoursewareModal && ( {openCoursewareModal && (
<ManageCoursewareModal <ManageCoursewareModal
data={editData} data={editData}
type={type}
onCancel={() => { onCancel={() => {
this.props.onChange(); this.props.onChange();
this.setState({ openCoursewareModal: false }); this.setState({ openCoursewareModal: false });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment