diff --git a/src/app/panels/graphite/module.js b/src/app/panels/graphite/module.js index 48354c27e54..f7602089fa7 100644 --- a/src/app/panels/graphite/module.js +++ b/src/app/panels/graphite/module.js @@ -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 {