mirror of
https://github.com/bitwarden/web
synced 2025-12-18 01:03:16 +00:00
implement search service
This commit is contained in:
@@ -139,6 +139,7 @@ export class VaultComponent implements OnInit {
|
||||
|
||||
filterSearchText(searchText: string) {
|
||||
this.ciphersComponent.searchText = searchText;
|
||||
this.ciphersComponent.search(200);
|
||||
}
|
||||
|
||||
editCipherAttachments(cipher: CipherView) {
|
||||
|
||||
Reference in New Issue
Block a user