checkpoint

This commit is contained in:
Will Miao
2025-05-12 16:44:45 +08:00
parent 303477db70
commit d13b1a83ad
3 changed files with 128 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ export class PageControls {
*/
initializeState() {
// Set default values
this.pageState.pageSize = 20;
this.pageState.pageSize = 100;
this.pageState.isLoading = false;
this.pageState.hasMore = true;