mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
fix logic for restrictedTypeFilter (#15253)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user