mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Remove unneeded subclass method
This commit is contained in:
@@ -27,8 +27,4 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
|
|||||||
searchTextChanged() {
|
searchTextChanged() {
|
||||||
this.onSearchTextChanged.emit(this.searchText);
|
this.onSearchTextChanged.emit(this.searchText);
|
||||||
}
|
}
|
||||||
|
|
||||||
async initCollections() {
|
|
||||||
return await this.vaultFilterService.buildCollections(this.organization?.id);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user