Skip to content

Commit bd1c13d

Browse files
committed
Code review
1 parent 7b61194 commit bd1c13d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/app/dashboard/info-center/info-center.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@ export class InfoCenterComponent implements OnInit {
5353
this.changeDetectorRefs.detectChanges();
5454
this.paginator.lastPage();
5555
this.paginator.firstPage();
56+
this.paginator._changePageSize(10);
57+
this.paginator._changePageSize(5);
5658
}
5759
}

0 commit comments

Comments
 (0)