Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
removing 500 as theh page size (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
labhvam5 authored Aug 3, 2023
1 parent 73bbd32 commit 45ed22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h5 class="paginator--page-size-text">
</h5>
<mat-form-field floatLabel="always" appearance="outline" class="paginator--page-size-input-field">
<mat-select formControlName="pageLimit">
<mat-option *ngFor="let number of [25, 50, 100, 200, 500]" [value]="number">
<mat-option *ngFor="let number of [25, 50, 100, 200]" [value]="number">
{{ number }}
</mat-option>
</mat-select>
Expand Down

0 comments on commit 45ed22c

Please sign in to comment.