From 4290136a2a0cf42e0c854992fbcf24bf8e75a283 Mon Sep 17 00:00:00 2001 From: Jared McCannon Date: Fri, 30 May 2025 10:36:10 -0400 Subject: [PATCH] Fixed which collection observable was passed to the nested traverse. (#15008) --- .../admin-console/organizations/collections/vault.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/admin-console/organizations/collections/vault.component.ts b/apps/web/src/app/admin-console/organizations/collections/vault.component.ts index 19373f193d9..45300b45fa5 100644 --- a/apps/web/src/app/admin-console/organizations/collections/vault.component.ts +++ b/apps/web/src/app/admin-console/organizations/collections/vault.component.ts @@ -425,7 +425,7 @@ export class VaultComponent implements OnInit, OnDestroy { ); const nestedCollections$ = combineLatest([ - this.allCollectionsWithoutUnassigned$, + allCollections$, this.configService.getFeatureFlag$(FeatureFlag.OptimizeNestedTraverseTypescript), ]).pipe( map(