mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 15:54:39 +00:00
['Paginator'] changed the default 'per page' from 25 to 100 for all the pages('repo history', 'inst admin', 'org admin' pages, 'sys admin' pages) (#6912)
This commit is contained in:
@@ -33,7 +33,7 @@ class RepoHistory extends React.Component {
|
||||
isLoading: true,
|
||||
errorMsg: '',
|
||||
currentPage: 1,
|
||||
perPage: 25,
|
||||
perPage: 100,
|
||||
hasNextPage: false,
|
||||
items: []
|
||||
};
|
||||
|
Reference in New Issue
Block a user