diff --git a/src/app/panels/dashlist/module.js b/src/app/panels/dashlist/module.js index 8298169674f..05a07481298 100644 --- a/src/app/panels/dashlist/module.js +++ b/src/app/panels/dashlist/module.js @@ -36,7 +36,6 @@ function (angular, app, _, config, PanelMeta) { $scope.init = function() { panelSrv.init($scope); - if ($scope.isNewPanel()) { $scope.panel.title = "Starred Dashboards"; }