Skip to content

Commit

Permalink
Remove paginator from history page
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl committed Oct 12, 2023
1 parent 1d5410a commit 7c8a7fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,4 @@
(click)="onClickRow(row)"
></mat-row>
</mat-table>

<mat-paginator [pageSizeOptions]="pageSizes"></mat-paginator>
</mat-card>
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export class HistoryListComponent extends BaseMeetingComponent implements OnInit

public dataSource: MatTableDataSource<HistoryPosition> = new MatTableDataSource<HistoryPosition>();

public pageSizes = [50, 100, 150, 200, 250];

/**
* The form for the selection of the model
*/
Expand Down

0 comments on commit 7c8a7fe

Please sign in to comment.