Skip to content

Commit

Permalink
fix(core/pipeline): Fix revert button regression for templated pipeli…
Browse files Browse the repository at this point in the history
…nes (#7427)
  • Loading branch information
jervi authored and Jammy Louie committed Sep 24, 2019
1 parent d7490f9 commit b942b5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ module.exports = angular
$scope.$applyAsync(() => {
const original = getOriginal();
$scope.pipeline = _.clone(original);
$scope.renderablePipeline = $scope.pipeline;

if ($scope.isTemplatedPipeline) {
const originalRenderablePipeline = getOriginalRenderablePipeline();
Expand Down

0 comments on commit b942b5b

Please sign in to comment.