mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
日记本默认公开
This commit is contained in:
parent
ecaca92d8a
commit
fc0b405e98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue