mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Fix ConfigService Merge Conflict (#8932)
This commit is contained in:
@@ -38,7 +38,6 @@ export class ManageClientOrganizationsComponent extends BaseClientsComponent {
|
|||||||
|
|
||||||
private consolidatedBillingEnabled$ = this.configService.getFeatureFlag$(
|
private consolidatedBillingEnabled$ = this.configService.getFeatureFlag$(
|
||||||
FeatureFlag.EnableConsolidatedBilling,
|
FeatureFlag.EnableConsolidatedBilling,
|
||||||
false,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
protected plans: PlanResponse[];
|
protected plans: PlanResponse[];
|
||||||
|
|||||||
Reference in New Issue
Block a user