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

correct method name

parent d58d3a95
No related branches found
No related tags found
2 merge requests!87Community request,!86Community admin
......@@ -106,7 +106,7 @@ export default {
});
},
kickUserFromCommunity() {
CommunityAdminService.kickUserFromCommunity(
CommunityAdminService.removeUserFromCommunity(
this.communityID,
this.user.userId
);
......
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