From 1100e942e4d314569bf8aaa69bb5d4e7f5690549 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 9 Feb 2022 10:10:09 +0100 Subject: [PATCH] select users table --- .../components/Tables/SelectUsersTable.vue | 35 +++++++++++++++++++ admin/src/pages/Creation.vue | 9 ++--- 2 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 admin/src/components/Tables/SelectUsersTable.vue diff --git a/admin/src/components/Tables/SelectUsersTable.vue b/admin/src/components/Tables/SelectUsersTable.vue new file mode 100644 index 000000000..5bc49823a --- /dev/null +++ b/admin/src/components/Tables/SelectUsersTable.vue @@ -0,0 +1,35 @@ + + diff --git a/admin/src/pages/Creation.vue b/admin/src/pages/Creation.vue index 64efab997..59c21d385 100644 --- a/admin/src/pages/Creation.vue +++ b/admin/src/pages/Creation.vue @@ -17,11 +17,10 @@ - import CreationFormular from '../components/CreationFormular.vue' import UserTable from '../components/UserTable.vue' +import SelectUsersTable from '../components/Tables/SelectUsersTable.vue' import { searchUsers } from '../graphql/searchUsers' import { creationMonths } from '../mixins/creationMonths' @@ -75,6 +75,7 @@ export default { components: { CreationFormular, UserTable, + SelectUsersTable, }, data() { return {