mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Switched to used cipher list view for vault filters, and added perfomance logs for cipher list views (#17688)
This commit is contained in:
@@ -313,7 +313,7 @@ export class VaultFilterComponent implements OnInit, OnDestroy {
|
||||
|
||||
const data$ = combineLatest([
|
||||
this.restrictedItemTypesService.restricted$,
|
||||
this.cipherService.cipherViews$(userId),
|
||||
this.cipherService.cipherListViews$(userId),
|
||||
]).pipe(
|
||||
map(([restrictedTypes, ciphers]) => {
|
||||
const restrictedForUser = restrictedTypes
|
||||
|
||||
Reference in New Issue
Block a user