diff --git a/client/imports/app/parties/parties-list.component.ts b/client/imports/app/parties/parties-list.component.ts index bc1fa19ec..d360f1581 100644 --- a/client/imports/app/parties/parties-list.component.ts +++ b/client/imports/app/parties/parties-list.component.ts @@ -84,6 +84,10 @@ export class PartiesListComponent implements OnInit, OnDestroy { this.parties = Parties.find(value ? { location: value } : {}).zone(); } + onPageChanged(page: number): void { + this.curPage.next(page); + } + ngOnDestroy() { this.partiesSub.unsubscribe(); this.optionsSub.unsubscribe();