Update webapp/components/Group/GroupList.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-09-23 09:06:25 +02:00 committed by GitHub
parent 22f5c90a21
commit fcf2bba1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,6 @@ export default {
this.$toast.error(error.message)
}
},
onlyOwnerGroups(bool) {
this.$refs.myGruops.hidden = bool
this.$refs.allGruops.hidden = !bool