1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

change org department function name (#3938)

* change org depatrment function name

* change name

* change name
This commit is contained in:
Michael An
2019-08-01 18:40:26 +08:00
committed by llj
parent 1f78ae8ac5
commit 1c6fa019d0
5 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ class DeleteMemberDialog extends React.Component {
deleteMember = () => {
const userEmail = this.props.member.email;
seafileAPI.orgAdminDeleteDepartGroupUser(orgID, this.props.groupID, userEmail).then((res) => {
seafileAPI.orgAdminDeleteGroupMember(orgID, this.props.groupID, userEmail).then((res) => {
if (res.data.success) {
this.props.onMemberChanged();
this.props.toggle();