diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:20:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:20:01 +0200 |
| commit | 3b00ca8991f7092aa1cb3d584df12a0368f4fa4b (patch) | |
| tree | 47efdb9f7dbbd226fd7c43111e7e052467f47618 /frontend/views/index/containers/graph.new.js | |
| parent | 2db55c3d261ddee52019bbd06dc5f6545db39c16 (diff) | |
form works! add graph reducer, fonts
Diffstat (limited to 'frontend/views/index/containers/graph.new.js')
| -rw-r--r-- | frontend/views/index/containers/graph.new.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/views/index/containers/graph.new.js b/frontend/views/index/containers/graph.new.js index 186f8f7..be96bf5 100644 --- a/frontend/views/index/containers/graph.new.js +++ b/frontend/views/index/containers/graph.new.js @@ -14,7 +14,7 @@ class GraphNew extends Component { .then(res => { console.log(res) if (res.res && res.res.id) { - history.push('/graph/' + res.res.name) + history.push('/' + res.res.path) } }) .catch(err => { |
