diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index 06e8cd9b1..3f8dface3 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -234,6 +234,9 @@ export default { row.toggleDetails() this.slotIndex = index this.openRow = row + if (this.type === 'PageCreationConfirm') { + this.creationUserData = row.item + } } } else { row.toggleDetails()