Skip to content

Commit

Permalink
Update liste.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWipf authored Dec 22, 2024
1 parent 3623aa6 commit aede91e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class ListeComponent implements OnInit {

public loadLast(): void {
const warten = this.dialog.open(DialogWartenComponent, {});
this.rest.get('liste/getLast/10').then((resdata: ListeEntry[]) => {
this.rest.get('liste/getLast/15').then((resdata: ListeEntry[]) => {
this.dataSourceList = new MatTableDataSource(resdata);
this.applyTextFilter();
this.dataSourceList.sort = this.sort;
Expand Down

0 comments on commit aede91e

Please sign in to comment.