diff --git a/public/react/src/modules/courses/exercise/ExerciseNewCommon.js b/public/react/src/modules/courses/exercise/ExerciseNewCommon.js index e69c44974..6d7c72b13 100644 --- a/public/react/src/modules/courses/exercise/ExerciseNewCommon.js +++ b/public/react/src/modules/courses/exercise/ExerciseNewCommon.js @@ -120,9 +120,9 @@ class ExerciseNewCommon extends Component{ componentDidMount = () => { this.fetchExercise() } - handleSubmit = (e) => { - - } + // handleSubmit = (e) => { + // + // } onSaveExercise = () => { const { exercise_name, exercise_description } = this.state; const exercise_id = this.props.match.params.Id @@ -472,7 +472,9 @@ class ExerciseNewCommon extends Component{ > } - {this.state.editMode &&