1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

fix logic for restrictedTypeFilter (#15253)

This commit is contained in:
Jordan Aasen
2025-06-18 16:08:13 -07:00
committed by GitHub
parent f9b31d2906
commit 3b830faf09

View File

@@ -174,7 +174,7 @@ export class VaultItemsComponent implements OnInit, OnDestroy {
allCiphers = [..._failedCiphers, ...allCiphers];
const restrictedTypeFilter = (cipher: CipherView) =>
isCipherViewRestricted(cipher, restricted);
!isCipherViewRestricted(cipher, restricted);
return this.searchService.searchCiphers(
userId,