mirror of
https://github.com/bitwarden/web
synced 2025-12-21 18:53:38 +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