summaryrefslogtreecommitdiff
path: root/frontend/views/graph/components/page.edit.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/graph/components/page.edit.js')
-rw-r--r--frontend/views/graph/components/page.edit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/graph/components/page.edit.js b/frontend/views/graph/components/page.edit.js
index f4f351b..1e59647 100644
--- a/frontend/views/graph/components/page.edit.js
+++ b/frontend/views/graph/components/page.edit.js
@@ -20,7 +20,7 @@ class PageEdit extends Component {
.then(response => {
// response
console.log(response)
- history.push('/' + data.path)
+ // history.push('/' + data.path)
})
}