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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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