rowToogleDetails check type === PageCreationConfirm and fill creationUserData

This commit is contained in:
ogerly 2021-12-22 10:04:56 +01:00
parent 124e11e9d4
commit d275291d82

View File

@ -233,6 +233,9 @@ export default {
row.toggleDetails()
this.slotIndex = index
this.openRow = row
if (this.type === 'PageCreationConfirm') {
this.creationUserData = row.item
}
}
},
overlayShow(bookmarkType, item) {