diff --git a/public/app/features/dashboard/rowCtrl.js b/public/app/features/dashboard/rowCtrl.js index 494f10657fc..1f839bd206a 100644 --- a/public/app/features/dashboard/rowCtrl.js +++ b/public/app/features/dashboard/rowCtrl.js @@ -21,6 +21,7 @@ function (angular, app, _, config) { _.defaults($scope.row,_d); $scope.init = function() { + $scope.editor = {index: 0}; $scope.reset_panel(); };