mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix ZEPPELIN-102
This commit is contained in:
parent
a6ec901403
commit
e3f3016548
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@ angular.module('zeppelinWebApp')
|
|||
$scope.runParagraph = function(data) {
|
||||
websocketMsgSrv.runParagraph($scope.paragraph.id, $scope.paragraph.title,
|
||||
data, $scope.paragraph.config, $scope.paragraph.settings.params);
|
||||
$scope.dirtyText = undefined;
|
||||
};
|
||||
|
||||
$scope.moveUp = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue