diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index 3ad4b40cf..85de25a49 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -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) {