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:
@@ -425,7 +425,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
);
|
||||
|
||||
const nestedCollections$ = combineLatest([
|
||||
this.allCollectionsWithoutUnassigned$,
|
||||
allCollections$,
|
||||
this.configService.getFeatureFlag$(FeatureFlag.OptimizeNestedTraverseTypescript),
|
||||
]).pipe(
|
||||
map(
|
||||
|
||||
Reference in New Issue
Block a user