Skip to content

Commit

Permalink
Merge 22baec9 into 7886a24
Browse files Browse the repository at this point in the history
  • Loading branch information
guangxuCheng committed May 21, 2020
2 parents 7886a24 + 22baec9 commit 5268f9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webapp/app/js/controllers/sourceMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,9 @@ KylinApp
}

$scope.confirmReload = function() {
$scope.cancel();
scope.reloadTable($scope.selectTable, $scope.isCalculate.val).then(function() {
$scope.cancel();
scope.aceSrcTbLoaded(true);
})
}

Expand Down Expand Up @@ -450,9 +451,6 @@ KylinApp
scope.aceSrcTbLoaded(true);
});
}



};

$scope.editStreamingConfig = function(tableName){
Expand Down

0 comments on commit 5268f9e

Please sign in to comment.