From 20a54bd2e9846c4a5a7756b3e2904930fd18df75 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 30 Mar 2019 23:35:53 -0700 Subject: [PATCH] Don't publish by default --- app/scenes/Document/Document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Document/Document.js b/app/scenes/Document/Document.js index 8451a0e18..713306e60 100644 --- a/app/scenes/Document/Document.js +++ b/app/scenes/Document/Document.js @@ -201,7 +201,7 @@ class DocumentScene extends React.Component { handleOpenMoveModal = () => (this.moveModalOpen = true); onSaveAndExit = () => { - this.onSave({ done: true, publish: true }); + this.onSave({ done: true }); }; onSave = async (