1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +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([
this.allCollectionsWithoutUnassigned$,
allCollections$,
this.configService.getFeatureFlag$(FeatureFlag.OptimizeNestedTraverseTypescript),
]).pipe(
map(