Skip to content

Commit

Permalink
Period Over Period KPI Plugin:
Browse files Browse the repository at this point in the history
- Fix Feature Flag enum value that got affected by formatting
  • Loading branch information
Antonio-RiveroMartnez committed Feb 1, 2024
1 parent 8137833 commit 27e25b2
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 27e25b2

Please sign in to comment.