diff --git a/src/app/routes/backend/dashboard.js b/src/app/routes/backend/dashboard.js index 63e22cd7117..9ce60c10348 100644 --- a/src/app/routes/backend/dashboard.js +++ b/src/app/routes/backend/dashboard.js @@ -45,8 +45,7 @@ function (angular, store) { .then(function(dashboard) { prevDashPath = $location.path(); $scope.initDashboard(dashboard, $scope); - }).then(null, function(err) { - $scope.appEvent('alert-error', ['Load dashboard failed', err]); + }).then(null, function() { $scope.initDashboard({}, $scope); });