Commit 4a6fe9f7 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Added changelog entry

parent d53a10aa
---
title: VSA fetch duration data for active stages only
merge_request: 37336
author:
type: fixed
...@@ -26,7 +26,7 @@ const activeStages = [stage1, stage2]; ...@@ -26,7 +26,7 @@ const activeStages = [stage1, stage2];
const rootState = { const rootState = {
startDate, startDate,
endDate, endDate,
stages: [stage1, stage2, hiddenStage], stages: [...activeStages, hiddenStage],
selectedGroup, selectedGroup,
featureFlags: { featureFlags: {
hasDurationChart: true, hasDurationChart: true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment