1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +00:00

update pre page count (#5509)

* update pre page count

* optimize code
This commit is contained in:
杨顺强
2023-06-13 16:42:42 +08:00
committed by GitHub
parent 566d6bfc98
commit 750fbf2f00

View File

@@ -53,7 +53,7 @@ class GroupView extends React.Component {
isSortOptionsDialogOpen: false,
repoList: [],
currentPage: 1,
perPage: 50,
perPage: 300,
hasNextPage: false,
libraryType: 'group',
isCreateRepoDialogShow: false,