diff --git a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue index 98bf1d922..2e3bf4cc0 100644 --- a/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue +++ b/notes-webapp/src/main/webapp/vue-app/notes-editor/components/NotesEditorDashboard.vue @@ -494,6 +494,7 @@ export default { wikiType: this.note.wikiType, wikiOwner: this.note.wikiOwner, parentPageId: this.parentPageId, + draftPage: true, properties: this.note?.properties }; if (this.note.draftPage && this.note.id) {