summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/venue/containers/venue.edit.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/views/venue/containers/venue.edit.js')
-rw-r--r--animism-align/frontend/app/views/venue/containers/venue.edit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/venue/containers/venue.edit.js b/animism-align/frontend/app/views/venue/containers/venue.edit.js
index 4d55c6e..c5ab075 100644
--- a/animism-align/frontend/app/views/venue/containers/venue.edit.js
+++ b/animism-align/frontend/app/views/venue/containers/venue.edit.js
@@ -20,7 +20,7 @@ class VenueEdit extends Component {
.then(response => {
// response
console.log(response)
- history.push('/venue/')
+ history.push(`/project/${response.res.project_id}/venues/`)
})
}