From d275291d8219cb1a85e7dc12bdd3096776083af1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 22 Dec 2021 10:04:56 +0100 Subject: [PATCH] rowToogleDetails check type === PageCreationConfirm and fill creationUserData --- admin/src/components/UserTable.vue | 3 +++ 1 file changed, 3 insertions(+) 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) {