mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
rename cipehrs component to vault items component (#4081)
This commit is contained in:
@@ -4,7 +4,7 @@ import { SearchService } from "@bitwarden/common/abstractions/search.service";
|
||||
import { CipherView } from "@bitwarden/common/models/view/cipher.view";
|
||||
|
||||
@Directive()
|
||||
export class CiphersComponent {
|
||||
export class VaultItemsComponent {
|
||||
@Input() activeCipherId: string = null;
|
||||
@Output() onCipherClicked = new EventEmitter<CipherView>();
|
||||
@Output() onCipherRightClicked = new EventEmitter<CipherView>();
|
||||
Reference in New Issue
Block a user