Skip to content

Commit

Permalink
Merge pull request #8 from KB-iGOT/mentors-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 9017194 + efb814b commit f0c76b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,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 f0c76b4

Please sign in to comment.