From 3b00ca8991f7092aa1cb3d584df12a0368f4fa4b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 2 Jun 2020 16:20:01 +0200 Subject: form works! add graph reducer, fonts --- frontend/views/index/containers/graph.edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/views/index/containers/graph.edit.js') 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) }) } -- cgit v1.2.3-70-g09d2