mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Compare commits
3 Commits
cd174283ed
...
220f8a8e46
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
220f8a8e46 | ||
|
|
f7a24ad8e3 | ||
|
|
49f02bf20b |
@@ -9,9 +9,9 @@ import { VaultFilterComponent } from "./vault-filter.component";
|
||||
templateUrl: "vault-filter.component.html",
|
||||
})
|
||||
export class OrganizationVaultFilterComponent extends VaultFilterComponent {
|
||||
@Input() hideOrganizations = true;
|
||||
@Input() hideFavorites = true;
|
||||
@Input() hideFolders = true;
|
||||
hideOrganizations = true;
|
||||
hideFavorites = true;
|
||||
hideFolders = true;
|
||||
|
||||
organization: Organization;
|
||||
|
||||
|
||||
@@ -15,6 +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
|
||||
super(vaultFilterService);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user