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 and sfirke committed Mar 22, 2024
1 parent 4ef9ac8 commit f61e221
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 f61e221

Please sign in to comment.