From e09121d854e98245143cf2025601b158916003ea Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 2 Dec 2021 08:17:56 +0100 Subject: [PATCH] Admin sends confirmPendingCreation to apollo. --- admin/src/components/UserTable.vue | 28 +++++++++++++-------- admin/src/graphql/confirmPendingCreation.js | 7 ++++++ 2 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 admin/src/graphql/confirmPendingCreation.js diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index e47963159..fd02a08db 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -132,6 +132,7 @@