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 60b5b290284..08a0cfcc5e1 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 @@ -318,6 +318,7 @@ export class VaultComponent implements OnInit, OnDestroy { this.restrictedItemTypesService.restricted$, this.refreshingSubject$, ]).pipe( + filter(([, , , refreshing]) => refreshing), switchMap(async ([organization, userId, restricted]) => { // If user swaps organization reset the addAccessToggle if (!this.showAddAccessToggle || organization) {