1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +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:
llj
2024-10-16 17:05:32 +08:00
committed by GitHub
parent 7c710d759a
commit eee3037d12
34 changed files with 34 additions and 34 deletions

View File

@@ -166,7 +166,7 @@ class FileUpdateLogs extends Component {
loading: true,
errorMsg: '',
logList: [],
perPage: 25,
perPage: 100,
currentPage: 1,
hasNextPage: false,
isExportExcelDialogOpen: false,