Skip to content

Commit

Permalink
fix(plugin): Period Over Period KPI Plugin Feature flag value (#26985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-RiveroMartnez authored Feb 2, 2024
1 parent 6b0d8ed commit db79c37
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 db79c37

Please sign in to comment.