Handle order project and refactor api
This commit is contained in:
@@ -23,7 +23,7 @@ class AddOrderProject extends Component {
|
||||
}
|
||||
|
||||
onProjectAdd(){
|
||||
this.props.dispatch(addProject(this.state));
|
||||
this.props.dispatch(addProject(this.state.projectName));
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user