diff --git a/frontend/scenes/DocumentScene/DocumentSceneStore.js b/frontend/scenes/DocumentScene/DocumentSceneStore.js index 3db364ba9..3475808a6 100644 --- a/frontend/scenes/DocumentScene/DocumentSceneStore.js +++ b/frontend/scenes/DocumentScene/DocumentSceneStore.js @@ -59,6 +59,7 @@ class DocumentSceneStore { const { data } = res; runInAction('fetchDocument', () => { this.document = data; + browserHistory.replace(data.url); }); } catch (e) { console.error("Something went wrong");