mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
Repo optimized (#2664)
This commit is contained in:
@@ -25,7 +25,7 @@ class UserItem extends React.Component {
|
||||
|
||||
deleteShareItem = () => {
|
||||
let item = this.props.item;
|
||||
this.props.deleteShareItem(item.name);
|
||||
this.props.deleteShareItem(item.user_info.name);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Reference in New Issue
Block a user