diff --git a/app/scenes/Document/Document.js b/app/scenes/Document/Document.js index dc6efe6db..162fb0fd3 100644 --- a/app/scenes/Document/Document.js +++ b/app/scenes/Document/Document.js @@ -168,7 +168,7 @@ class DocumentScene extends Component { document = await document.save(); this.isSaving = false; - if (redirect || this.props.newDocument) { + if (redirect) { this.props.history.push(document.url); this.props.ui.setActiveDocument(document); }