Skip to content
Snippets Groups Projects
Commit cce8f021 authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

refresh site when kicking a user from a community

parent ccc95e50
No related branches found
No related tags found
1 merge request!88Community admin
...@@ -110,6 +110,8 @@ export default { ...@@ -110,6 +110,8 @@ export default {
this.communityID, this.communityID,
this.user.userId this.user.userId
); );
//Find a better way to do this
window.location.reload();
}, },
acceptMemberRequest() { acceptMemberRequest() {
CommunityAdminService.acceptUserIntoCommunity( CommunityAdminService.acceptUserIntoCommunity(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment