fix: isDefault was not reset to false after dragging the subpage to another parent page (#1264)
This commit is contained in:
parent
24a3bccfae
commit
730bfb93ae
|
@ -335,6 +335,7 @@ export default {
|
|||
.then((pageDetail) => {
|
||||
pageDetail.parentId = newParent.id
|
||||
if (pageDetail.isPage) {
|
||||
pageDetail.isDefault = false
|
||||
updatePage(pageDetail)
|
||||
} else {
|
||||
updateFolder(pageDetail)
|
||||
|
|
Loading…
Reference in New Issue