Просмотр исходного кода

Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688

Torkel Ödegaard 10 лет назад
Родитель
Сommit
7aa1ab855e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      public/app/features/dashboard/rowCtrl.js

+ 1 - 0
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();
     };