Skip to content

Commit

Permalink
fix(plugin): Period Over Period KPI Plugin Feature flag value (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-RiveroMartnez authored Feb 2, 2024
1 parent 96d30a6 commit e8a7164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e8a7164

Please sign in to comment.