From 57922daea9e9b0cd2c2b0254b1a3fd00094bf5a0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 6 Jan 2022 16:05:50 +0100 Subject: [PATCH] change creationdatas if change pending creation --- 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 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()