1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-22 20:08:19 +00:00

[org admin / users] fixup for sort by 'Space Used' (#4682)

This commit is contained in:
llj
2020-09-24 16:53:55 +08:00
committed by GitHub
parent 98ca2dfaa1
commit 44c20e5bc7
4 changed files with 17 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ class OrgAdminList extends React.Component {
{orgAdminUsers.map(item => {
return (
<UserItem
key={item.id}
key={item.index}
user={item}
currentTab="admins"
isItemFreezed={this.state.isItemFreezed}