1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Fixed which collection observable was passed to the nested traverse. (#15008)

This commit is contained in:
Jared McCannon
2025-05-30 10:36:10 -04:00
committed by GitHub
parent 291341c987
commit 4290136a2a

View File

@@ -425,7 +425,7 @@ export class VaultComponent implements OnInit, OnDestroy {
); );
const nestedCollections$ = combineLatest([ const nestedCollections$ = combineLatest([
this.allCollectionsWithoutUnassigned$, allCollections$,
this.configService.getFeatureFlag$(FeatureFlag.OptimizeNestedTraverseTypescript), this.configService.getFeatureFlag$(FeatureFlag.OptimizeNestedTraverseTypescript),
]).pipe( ]).pipe(
map( map(