From fcf2bba1e8cdb14de787af65f8ca4c50efe873e7 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 23 Sep 2022 09:06:25 +0200 Subject: [PATCH] Update webapp/components/Group/GroupList.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- webapp/components/Group/GroupList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/components/Group/GroupList.vue b/webapp/components/Group/GroupList.vue index a25a1bbf9..1dd2709a4 100644 --- a/webapp/components/Group/GroupList.vue +++ b/webapp/components/Group/GroupList.vue @@ -84,7 +84,6 @@ export default { this.$toast.error(error.message) } }, - onlyOwnerGroups(bool) { this.$refs.myGruops.hidden = bool this.$refs.allGruops.hidden = !bool