Skip to content

Commit

Permalink
removing if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Sep 11, 2019
1 parent 8e01a05 commit a8b102b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,8 @@ function stashCombinedJob(
} else {
mlJobService.tempJobCloningObjects.job = combinedJob;

if (skipTimeRangeStep === true) {
// skip over the time picker step of the wizard
mlJobService.tempJobCloningObjects.skipTimeRangeStep = true;
}
// skip over the time picker step of the wizard
mlJobService.tempJobCloningObjects.skipTimeRangeStep = skipTimeRangeStep;

if (includeTimeRange === true) {
// auto select the start and end dates of the time picker
Expand Down

0 comments on commit a8b102b

Please sign in to comment.