mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-22 20:08:19 +00:00
add org logs (#3190)
* add org logs * add filter * refactor code * fix warnings * add get repo dict * Adjust variable position
This commit is contained in:
@@ -107,7 +107,8 @@ class OrgAdminList extends React.Component {
|
||||
onFreezedItem={this.onFreezedItem}
|
||||
onUnfreezedItem={this.onUnfreezedItem}
|
||||
/>
|
||||
)})}
|
||||
);
|
||||
})}
|
||||
</tbody>
|
||||
</table>
|
||||
{this.props.isShowAddOrgAdminDialog && (
|
||||
|
Reference in New Issue
Block a user