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