Handle order project and refactor api

This commit is contained in:
Almira Krdzic
2018-09-24 21:51:55 +02:00
parent 8cc2a7c8bc
commit 11c26aeee1
32 changed files with 1408 additions and 587 deletions

View File

@@ -23,7 +23,7 @@ class AddOrderProject extends Component {
}
onProjectAdd(){
this.props.dispatch(addProject(this.state));
this.props.dispatch(addProject(this.state.projectName));
}
render() {