1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 11:51:27 +00:00

[paginator] fixed the paginators for 'repo trash' dialog & 'wiki trash' dialog (#7238)

This commit is contained in:
llj
2024-12-23 16:55:06 +08:00
committed by GitHub
parent 350d06068e
commit 6770711901
2 changed files with 2 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ class TrashDialog extends React.Component {
hasNextPage={hasNextPage}
curPerPage={perPage}
resetPerPage={this.resetPerPage}
noURLUpdate={true}
/>
</div>
}