Skip to content

Commit

Permalink
Merge pull request #13 from KB-iGOT/mentorship-changes
Browse files Browse the repository at this point in the history
update for mentorship
  • Loading branch information
vishnubansaltarento authored Aug 29, 2024
2 parents 4d0fb9d + f9c4439 commit d7e16fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@
</div>
</div>

<div class="flex flex-row justify-center">
<div class="flex flex-row justify-center" *ngIf="totalRecords">
<mat-paginator [pageSize]="pageSize" [length]="totalRecords" [pageSizeOptions]="[20,30,40]"
(page)="onChangePage($event)"></mat-paginator>
</div>
Expand Down

0 comments on commit d7e16fe

Please sign in to comment.