1
0
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:
WJH
2023-11-04 17:44:26 +08:00
committed by GitHub
parent 575a0ba516
commit ac7366f939
4 changed files with 114 additions and 15 deletions

View File

@@ -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,
};