Skip to content

Commit

Permalink
[ADM-740] show not show real done when cycle time by status (#972)
Browse files Browse the repository at this point in the history
Co-authored-by: wenjing-qi <[email protected]>
  • Loading branch information
2 people authored and Kai Zhou committed Jan 24, 2024
1 parent 7b9cdf1 commit 8514143
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/containers/MetricsStep/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ import {
MetricsSelectionTitle,
} from '@src/containers/MetricsStep/style';
import { DeploymentFrequencySettings } from '@src/containers/MetricsStep/DeploymentFrequencySettings';
import { selectCycleTimeSettings, selectMetricsContent } from '@src/context/Metrics/metricsSlice';
import { useNotificationLayoutEffectInterface } from '@src/hooks/useNotificationLayoutEffect';
import { CYCLE_TIME_SETTINGS_TYPES, DONE, REQUIRED_DATA } from '@src/constants/resources';
import { Classification } from '@src/containers/MetricsStep/Classification';
import { updateMetricsState } from '@src/context/Metrics/metricsSlice';
import { updateMetricsState, selectMetricsContent} from '@src/context/Metrics/metricsSlice';
import DateRangeViewer from '@src/components/Common/DateRangeViewer';
import { useGetBoardInfoEffect } from '@src/hooks/useGetBoardInfo';
import { CycleTime } from '@src/containers/MetricsStep/CycleTime';
Expand Down

0 comments on commit 8514143

Please sign in to comment.