This is an automated email from the ASF dual-hosted git repository.
arivero pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new db79c37707 fix(plugin): Period Over Period KPI Plugin Feature flag
value (#26985)
db79c37707 is described below
commit db79c37707ea08166fc7b664823ff51f439ce1e6
Author: Antonio Rivero <[email protected]>
AuthorDate: Fri Feb 2 14:17:45 2024 +0100
fix(plugin): Period Over Period KPI Plugin Feature flag value (#26985)
---
superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
b/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
index d913a0ad19..d12edc5168 100644
--- a/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
+++ b/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts
@@ -26,7 +26,7 @@ export enum FeatureFlag {
AlertReports = 'ALERT_REPORTS',
AllowFullCsvExport = 'ALLOW_FULL_CSV_EXPORT',
AvoidColorsCollision = 'AVOID_COLORS_COLLISION',
- ChartPluginsExperimental = 'ChartPluginsExperimental',
+ ChartPluginsExperimental = 'CHART_PLUGINS_EXPERIMENTAL',
ConfirmDashboardDiff = 'CONFIRM_DASHBOARD_DIFF',
/** @deprecated */
DashboardCrossFilters = 'DASHBOARD_CROSS_FILTERS',