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