Browse Source

Respect activity type and date range filter

pull/7492/head
Thomas Kaul 1 month ago
parent
commit
224e76a3ae
  1. 2
      apps/client/src/app/pages/portfolio/activities/activities-page.component.ts

2
apps/client/src/app/pages/portfolio/activities/activities-page.component.ts

@ -93,6 +93,8 @@ export class GfActivitiesPageComponent implements OnInit {
if (state?.user) { if (state?.user) {
this.updateUser(state.user); this.updateUser(state.user);
this.pageIndex = 0;
this.fetchActivities(); this.fetchActivities();
this.changeDetectorRef.markForCheck(); this.changeDetectorRef.markForCheck();

Loading…
Cancel
Save