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 exo-swf committed Oct 2, 2024
1 parent 17e37f0 commit 02ae03b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 02ae03b

Please sign in to comment.