mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
modiyi non standard org admin seafile js api name (#3970)
This commit is contained in:
@@ -46,7 +46,7 @@ class SetOrgUserQuota extends React.Component {
|
||||
submitBtnDisabled: true
|
||||
});
|
||||
|
||||
seafileAPI.setOrgUserQuota(orgID, email, quota).then((res) => {
|
||||
seafileAPI.orgAdminSetOrgUserQuota(orgID, email, quota).then((res) => {
|
||||
this.props.updateQuota(res.data.quota_total);
|
||||
this.props.toggleDialog();
|
||||
}).catch((error) => {
|
||||
|
Reference in New Issue
Block a user