diff options
Diffstat (limited to 'animism-align/frontend/app/views/project/containers/project.new.js')
| -rw-r--r-- | animism-align/frontend/app/views/project/containers/project.new.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/project/containers/project.new.js b/animism-align/frontend/app/views/project/containers/project.new.js index c8a2152..149ee67 100644 --- a/animism-align/frontend/app/views/project/containers/project.new.js +++ b/animism-align/frontend/app/views/project/containers/project.new.js @@ -24,7 +24,7 @@ class ProjectNew extends Component { .then(res => { console.log(res) if (res.res && res.res.id) { - history.push('/project/') + history.push('/') } }) .catch(err => { |
