fix: submit backend projects (#37498)

This commit is contained in:
Kristofer Koishigawa
2019-10-25 00:03:33 +09:00
committed by mrugesh
parent 86e37fedd2
commit 740c839f3f

View File

@@ -29,12 +29,6 @@ export class ProjectForm extends Component {
componentDidMount() { componentDidMount() {
this.props.updateProjectForm({}); this.props.updateProjectForm({});
} }
componentDidUpdate() {
this.props.updateProjectForm({});
}
componentWillUnmount() {
this.props.updateProjectForm({});
}
handleSubmit(values) { handleSubmit(values) {
this.props.updateProjectForm(values); this.props.updateProjectForm(values);
this.props.onSubmit(); this.props.onSubmit();