日记本默认公开

This commit is contained in:
mx1700 2019-08-07 22:19:15 +08:00
parent ecaca92d8a
commit fc0b405e98

View file

@ -37,7 +37,7 @@ export default class NotebookEditPage extends Component {
notebook: props.notebook, notebook: props.notebook,
subject: props.notebook ? props.notebook.subject : '', subject: props.notebook ? props.notebook.subject : '',
isPublic: props.notebook ? props.notebook.isPublic : false, isPublic: props.notebook ? props.notebook.isPublic : true,
uploading: false, uploading: false,
saving: false saving: false