mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
modiyi non standard org admin seafile js api name (#3970)
This commit is contained in:
@@ -24,7 +24,7 @@ class OrgUserProfile extends Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
seafileAPI.getOrgUserInfo(orgID, this.props.email).then((res) => {
|
||||
seafileAPI.orgAdminGetOrgUserInfo(orgID, this.props.email).then((res) => {
|
||||
this.setState(Object.assign({
|
||||
loading: false
|
||||
}, res.data));
|
||||
|
Reference in New Issue
Block a user