src/app/modules/vault/modules/organization-vault/organization-vault.component.ts - set the new property on VaultFilter, so VaultFilterService knows to fetch from the admin endpoint
src/app/modules/vault-filter/vault-filter.component.ts - delete unused method (see jslib pr)
src/app/modules/vault-filter/vault-filter.module.ts - the VaultFilterService uses the Injectable() decorator, so we don't need to specify dependencies manually.
src/app/modules/vault-filter/vault-filter.service.ts - deleted. This was never used.
Screenshots
Before you submit
[x] I have checked for linting errors (npm run lint) (required)
[ ] This change requires a documentation update (notify the documentation team)
[ ] This change has particular deployment requirements (notify the DevOps team)
Type of change
Objective
See https://github.com/bitwarden/jslib/pull/806.
This will be picked to rc
Code changes
VaultFilter
, soVaultFilterService
knows to fetch from the admin endpointInjectable()
decorator, so we don't need to specify dependencies manually.Screenshots
Before you submit
npm run lint
) (required)