1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Fix ConfigService Merge Conflict (#8932)

This commit is contained in:
Justin Baur
2024-04-26 09:39:46 -04:00
committed by GitHub
parent ec37e5e4d3
commit acea273f97

View File

@@ -38,7 +38,6 @@ export class ManageClientOrganizationsComponent extends BaseClientsComponent {
private consolidatedBillingEnabled$ = this.configService.getFeatureFlag$(
FeatureFlag.EnableConsolidatedBilling,
false,
);
protected plans: PlanResponse[];