summaryrefslogtreecommitdiff
path: root/frontend/views/index/containers/graph.edit.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/index/containers/graph.edit.js')
-rw-r--r--frontend/views/index/containers/graph.edit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/index/containers/graph.edit.js b/frontend/views/index/containers/graph.edit.js
index 2f8c7fb..fadcabc 100644
--- a/frontend/views/index/containers/graph.edit.js
+++ b/frontend/views/index/containers/graph.edit.js
@@ -19,7 +19,7 @@ class GraphEdit extends Component {
.then(response => {
// response
console.log(response)
- history.push('/graph/' + data.id + '/show/')
+ history.push('/' + data.path)
})
}