Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Jun 1, 2022
1 parent 0afc2b1 commit 83ea64a
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 83ea64a

Please sign in to comment.