From 02d25c4bc75669305aebf49ac8cbec4880bbeec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Sun, 23 Oct 2022 13:41:41 +0200 Subject: [PATCH] Restore 'groupName: name' in 'searchGroups' GQL to have back the group name on the group teaser in the search results --- webapp/graphql/Search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/graphql/Search.js b/webapp/graphql/Search.js index 96789574d..b8c4fcb51 100644 --- a/webapp/graphql/Search.js +++ b/webapp/graphql/Search.js @@ -70,7 +70,7 @@ export const searchGroups = (i18n) => { groups { __typename id - name + groupName: name slug createdAt updatedAt