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