mirror of
https://github.com/bitwarden/web
synced 2026-01-01 16:13:15 +00:00
[End User Vault Refresh] SG-16: Organization filters (#1595)
* [feature] Base implementation of EUVR filter changes * [refactor] Relocated vault-filters to app/modules * [refactor] Reuse vault-filters component for organizations * [refactor] Remove unused org filter component * [bug] .gitmodules branch change * [bug] Load organization filters after sync during login * [refactor] Introduce a SharedModule * [refactor] Created a home for loose components * [refactor] Convert VaultComponent and OrgVaultComponent into a pair of modules * [refactor] Implement <bit-menu> for organization filter actions * [feature] Improve a11y standards of the vault filters module * [bug] Recreate package-lock.json * Fix build issue * [bug] Remove duplicate this.go() call * [fix] Use correct filter-buttons class Co-authored-by: addison <addisonbeck1@gmail.com> Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
@@ -47,7 +47,9 @@ export class UserBillingComponent implements OnInit {
|
||||
if (this.organizationId != null) {
|
||||
this.billing = await this.apiService.getOrganizationBilling(this.organizationId);
|
||||
} else {
|
||||
this.billing = await this.apiService.getUserBilling();
|
||||
// let history = await this.apiService.getUserBillingHistory();
|
||||
// let payment = await this.apiService.getUserBillingPayment();
|
||||
this.billing = new BillingResponse(null);
|
||||
}
|
||||
this.loading = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user