mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
@@ -52,7 +52,8 @@ class UserItem extends React.Component {
|
||||
|
||||
toggleDelete = () => {
|
||||
const email = this.props.user.email;
|
||||
this.props.toggleDelete(email);
|
||||
const username = this.props.user.name;
|
||||
this.props.toggleDelete(email, username);
|
||||
};
|
||||
|
||||
toggleResetPW = () => {
|
||||
|
Reference in New Issue
Block a user