From 8e974bbc22d86069481aef65415524f0726842a5 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 20 Dec 2021 10:01:53 +0100 Subject: [PATCH] Check for emailChecked in the user search and giving the value to the UserTable --- admin/src/components/UserTable.vue | 10 +++------- admin/src/graphql/searchUsers.js | 1 + backend/src/graphql/model/UserAdmin.ts | 3 +++ backend/src/graphql/resolver/AdminResolver.ts | 9 +++++++++ 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/admin/src/components/UserTable.vue b/admin/src/components/UserTable.vue index 4692cab49..0a7f33ebf 100644 --- a/admin/src/components/UserTable.vue +++ b/admin/src/components/UserTable.vue @@ -64,18 +64,14 @@