From dd599f58cd2c24256febd3984bbf18404351c14b Mon Sep 17 00:00:00 2001 From: Ryan Maffit Date: Fri, 2 Aug 2024 16:25:25 -0400 Subject: [PATCH] charge code and projects are retrieved based on active projects (#278) Co-authored-by: amrmahdyy --- .../hq/src/app/psr/psrtime-list/psrtime-list.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/angular/hq/src/app/psr/psrtime-list/psrtime-list.component.ts b/src/angular/hq/src/app/psr/psrtime-list/psrtime-list.component.ts index 410bbaac..1949f111 100644 --- a/src/angular/hq/src/app/psr/psrtime-list/psrtime-list.component.ts +++ b/src/angular/hq/src/app/psr/psrtime-list/psrtime-list.component.ts @@ -18,6 +18,7 @@ import { firstValueFrom, map, merge, + of, shareReplay, skip, startWith, @@ -212,6 +213,7 @@ export class PSRTimeListComponent implements OnInit, OnDestroy { const chargeCodeRequest$ = combineLatest({ clientId: clientId$, + active: of(true), }); const chargeCodeResponse$ = chargeCodeRequest$.pipe(