Skip to content

Commit

Permalink
ADM-865:fix click next button logic (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfpatrick authored Apr 2, 2024
1 parent db3c98b commit 70b8595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/containers/MetricsStepper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ const MetricsStepper = () => {
const isShowDeploymentFrequency =
requiredData.includes(REQUIRED_DATA.DEPLOYMENT_FREQUENCY) ||
requiredData.includes(REQUIRED_DATA.DEV_CHANGE_FAILURE_RATE) ||
requiredData.includes(REQUIRED_DATA.LEAD_TIME_FOR_CHANGES) ||
requiredData.includes(REQUIRED_DATA.DEV_MEAN_TIME_TO_RECOVERY);
const isCrewsSettingValid = metricsConfig.users.length > 0;
const isRealDoneValid = metricsConfig.doneColumn.length > 0;
Expand Down

0 comments on commit 70b8595

Please sign in to comment.