Skip to content
Snippets Groups Projects

Fix VSD fails to load on the 1st of the month

Merged Ezekiel Kigbo requested to merge 413872-vsd-fails-to-load-on-the-1st-of-the-month into master
All threads resolved!
3 files
+ 45
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -31,10 +31,11 @@ import {
mergeSparklineCharts,
generateDateRanges,
generateChartTimePeriods,
generateValueStreamDashboardStartDate,
} from '../utils';
import ComparisonTable from './comparison_table.vue';
const now = new Date();
const now = generateValueStreamDashboardStartDate();
const DASHBOARD_TIME_PERIODS = generateDateRanges(now);
const CHART_TIME_PERIODS = generateChartTimePeriods(now);
Loading