Skip to content

Commit

Permalink
Merge branch 'eui-upgrade-57.0.0' of https://github.com/elastic/kibana
Browse files Browse the repository at this point in the history
…into eui-upgrade-57.0.0

Mergining in latest code from upgrade branch
  • Loading branch information
breehall committed Jun 1, 2022
2 parents 9e64055 + 83ea64a commit 819e742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ export class JobCreateUi extends Component {
const { currentStepId, checkpointStepId } = this.state;
const indexOfCurrentStep = stepIds.indexOf(currentStepId);

let getStepStatus = (index, indexOfCurrentStep) => {
const getStepStatus = (index, indexOfCurrentStep) => {
if (index === indexOfCurrentStep) {
return 'selected';
} else if (index < indexOfCurrentStep) {
Expand Down

0 comments on commit 819e742

Please sign in to comment.