Skip to content

Commit

Permalink
fix: submit backend projects (freeCodeCamp#37498)
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo authored and raisedadead committed Oct 24, 2019
1 parent 86e37fe commit 740c839
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/src/templates/Challenges/projects/ProjectForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ export class ProjectForm extends Component {
componentDidMount() {
this.props.updateProjectForm({});
}
componentDidUpdate() {
this.props.updateProjectForm({});
}
componentWillUnmount() {
this.props.updateProjectForm({});
}
handleSubmit(values) {
this.props.updateProjectForm(values);
this.props.onSubmit();
Expand Down

0 comments on commit 740c839

Please sign in to comment.