mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Update notebook.controller.js
This commit is contained in:
parent
2ab58c3aa9
commit
b2ee2f9e6e
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ function NotebookCtrl($scope, $route, $routeParams, $location, $rootScope,
|
|||
} else {
|
||||
$scope.note.config.cronExecutingUser = '';
|
||||
}
|
||||
$scope.saveNote();
|
||||
$scope.note.config.cron = cronExpr;
|
||||
$scope.setConfig();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue