1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-15 16:05:03 +00:00

fixes from merging in main

This commit is contained in:
Leslie Xiong
2025-12-11 13:50:16 -05:00
parent 2206f0d067
commit 4502642f0a
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ import { reactiveUnlockVaultGuard } from "../autofill/guards/reactive-vault-guar
import { Fido2CreateComponent } from "../autofill/modal/credentials/fido2-create.component";
import { Fido2ExcludedCiphersComponent } from "../autofill/modal/credentials/fido2-excluded-ciphers.component";
import { Fido2VaultComponent } from "../autofill/modal/credentials/fido2-vault.component";
import { DesktopPremiumUpgradePromptService } from "../services/desktop-premium-upgrade-prompt.service";
import { VaultV2Component } from "../vault/app/vault/vault-v2.component";
import { VaultComponent } from "../vault/app/vault-v3/vault.component";

View File

@@ -98,7 +98,7 @@ export class VaultFilterComponent implements OnInit {
this.collections$ = this.vaultFilterService.collectionTree$;
this.showArchiveVaultFilter = await firstValueFrom(
this.cipherArchiveService.hasArchiveFlagEnabled$(),
this.cipherArchiveService.hasArchiveFlagEnabled$,
);
// Subscribe to the active filter from the bridge service