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