From fc0b405e984b46237569ebd0f4e30f251ae87076 Mon Sep 17 00:00:00 2001 From: mx1700 Date: Wed, 7 Aug 2019 22:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E8=AE=B0=E6=9C=AC=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=85=AC=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/NotebookEditPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/NotebookEditPage.js b/src/page/NotebookEditPage.js index 0dadee1..6121c24 100644 --- a/src/page/NotebookEditPage.js +++ b/src/page/NotebookEditPage.js @@ -37,7 +37,7 @@ export default class NotebookEditPage extends Component { notebook: props.notebook, subject: props.notebook ? props.notebook.subject : '', - isPublic: props.notebook ? props.notebook.isPublic : false, + isPublic: props.notebook ? props.notebook.isPublic : true, uploading: false, saving: false