Skip to content

Commit

Permalink
fix: Draft of new page is not correctly deleted after saving its page -
Browse files Browse the repository at this point in the history
EXO-74503 - Meeds-io/meeds#2449 (#1147)

Draft of new page is not correctly deleted after saving its page
  • Loading branch information
hakermi authored and boubaker committed Oct 2, 2024
1 parent 00d5ba7 commit e641a86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e641a86

Please sign in to comment.