mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688
This commit is contained in:
parent
776f15055a
commit
7aa1ab855e
@ -21,6 +21,7 @@ function (angular, app, _, config) {
|
||||
_.defaults($scope.row,_d);
|
||||
|
||||
$scope.init = function() {
|
||||
$scope.editor = {index: 0};
|
||||
$scope.reset_panel();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user