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 f739b86d8..8ad41f48e 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 @@ -491,6 +491,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) {