Commit 7aa1ab85 by Torkel Ödegaard

Row editor fix: fixed issue when opening row editor when dashboard settings view…

Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688
parent 776f1505
......@@ -21,6 +21,7 @@ function (angular, app, _, config) {
_.defaults($scope.row,_d);
$scope.init = function() {
$scope.editor = {index: 0};
$scope.reset_panel();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment