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];
const rootState = {
startDate,
endDate,
stages: [stage1, stage2, hiddenStage],
stages: [...activeStages, hiddenStage],
selectedGroup,
featureFlags: {
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