mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
[system admin] added 'waiting tip' for 'delete user/org' (#4506)
This commit is contained in:
@@ -129,6 +129,7 @@ class Item extends Component {
|
||||
}
|
||||
|
||||
deleteOrg = () => {
|
||||
toaster.notify(gettext('It may take some time, please wait.'));
|
||||
this.props.deleteOrg(this.props.item.org_id);
|
||||
}
|
||||
|
||||
|
@@ -265,6 +265,7 @@ class Item extends Component {
|
||||
}
|
||||
|
||||
deleteUser = () => {
|
||||
toaster.notify(gettext('It may take some time, please wait.'));
|
||||
this.props.deleteUser(this.props.item.email);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user