mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 11:51:27 +00:00
improve admin search repos (#5726)
This commit is contained in:
@@ -132,8 +132,8 @@ Content.propTypes = {
|
||||
resetPerPage: PropTypes.func,
|
||||
pageInfo: PropTypes.object,
|
||||
curPerPage: PropTypes.number,
|
||||
sortItems: PropTypes.func.isRequired,
|
||||
sortBy: PropTypes.string.isRequired,
|
||||
sortItems: PropTypes.func,
|
||||
sortBy: PropTypes.string,
|
||||
onTransferRepo: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user