From d1f3cc9d029be5df975f771df1ee4095af30f4da Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:56:05 +0100 Subject: [PATCH] Clean up --- .../lib/activities-table-lazy/activities-table-lazy.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.ts b/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.ts index 703e5fb55..c4c079277 100644 --- a/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.ts +++ b/libs/ui/src/lib/activities-table-lazy/activities-table-lazy.component.ts @@ -93,7 +93,6 @@ export class ActivitiesTableLazyComponent public ngAfterViewInit() { this.sort.sortChange.subscribe((value: Sort) => { - this.paginator.pageIndex = 0; this.sortChanged.emit(value); }); }