Skip to content

Commit

Permalink
[ML] Adds missing applyAsync to advanced job wizard page (#32186)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored Mar 1, 2019
1 parent f2ab504 commit 46cc846
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ module.controller('MlNewJob',
values: { jobId: $scope.job.job_id }
});
changeTab({ index: 0 });
$scope.$applyAsync();
} else {
checkInfluencers();
}
Expand Down

0 comments on commit 46cc846

Please sign in to comment.