fix: duplicate graphite panel was not working when new row needed to be created
This commit is contained in:
@@ -447,6 +447,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
|
||||
if (rowIndex === rowsList.length - 1) {
|
||||
var newRow = angular.copy($scope.row);
|
||||
newRow.panels = [];
|
||||
$scope.dashboard.current.rows.push(newRow);
|
||||
$scope.duplicate(newRow);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user