mirror of
https://github.com/bitwarden/web
synced 2026-02-07 12:13:14 +00:00
[fix] Ran prettier
This commit is contained in:
@@ -15,8 +15,8 @@ export class VaultFilterComponent extends BaseVaultFilterComponent {
|
||||
searchText = "";
|
||||
|
||||
constructor(protected vaultFilterService: VaultFilterService) {
|
||||
// This empty constructor is required to provide the web vaultFilterService subclass to super()
|
||||
// TODO: refactor this to use proper dependency injection
|
||||
// This empty constructor is required to provide the web vaultFilterService subclass to super()
|
||||
// TODO: refactor this to use proper dependency injection
|
||||
super(vaultFilterService);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user