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:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user