mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-22 13:00:56 -04:00
fix: submit backend projects (#37498)
This commit is contained in:
committed by
mrugesh
parent
86e37fedd2
commit
740c839f3f
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user