remove feature flag on billing metered product + fixes (#11570)

- remove feature flag
- design fixes
This commit is contained in:
Etienne
2025-04-14 18:39:19 +02:00
committed by GitHub
parent 9a69cd0b61
commit 0249cf3b34
8 changed files with 18 additions and 37 deletions

View File

@ -544,7 +544,6 @@ export enum FeatureFlagKey {
IsCustomDomainEnabled = 'IsCustomDomainEnabled',
IsEventObjectEnabled = 'IsEventObjectEnabled',
IsJsonFilterEnabled = 'IsJsonFilterEnabled',
IsMeteredProductBillingEnabled = 'IsMeteredProductBillingEnabled',
IsNewRelationEnabled = 'IsNewRelationEnabled',
IsPermissionsV2Enabled = 'IsPermissionsV2Enabled',
IsPostgreSQLIntegrationEnabled = 'IsPostgreSQLIntegrationEnabled',