Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
vleague2 committed Dec 26, 2024
1 parent 3b05584 commit 3078994
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export abstract class BaseClientsComponent implements OnInit, OnDestroy {

private searching = false;
protected scrolled = false;
protected pageSize = 10;
protected pageSize = 100;
private pagedClientsCount = 0;
protected selection = new SelectionModel<string>(true, []);

Expand Down

0 comments on commit 3078994

Please sign in to comment.