From af7105191e127906480981780cb284e096535c3d Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 22 Mar 2022 11:10:44 +0100 Subject: [PATCH] show table with transaction links from user --- .../LinksTransactionListFormular.vue | 29 +++++++------------ .../src/components/Tables/SearchUserTable.vue | 2 +- admin/src/graphql/getListTransactionLinks.js | 16 ---------- admin/src/locales/de.json | 5 ++++ admin/src/locales/en.json | 5 ++++ 5 files changed, 22 insertions(+), 35 deletions(-) delete mode 100644 admin/src/graphql/getListTransactionLinks.js diff --git a/admin/src/components/LinksTransactionListFormular.vue b/admin/src/components/LinksTransactionListFormular.vue index 390f576da..8512a41a1 100644 --- a/admin/src/components/LinksTransactionListFormular.vue +++ b/admin/src/components/LinksTransactionListFormular.vue @@ -1,12 +1,11 @@