Commit 2ce4a8e4 by Torkel Ödegaard

fix: fixed build failure

parent 502171ff
...@@ -43,7 +43,7 @@ function (angular, moment, _, $, kbn, dateMath, impressionSrv) { ...@@ -43,7 +43,7 @@ function (angular, moment, _, $, kbn, dateMath, impressionSrv) {
}); });
} else { } else {
promise = backendSrv.getDashboard($routeParams.type, $routeParams.slug) promise = backendSrv.getDashboard($routeParams.type, $routeParams.slug)
.then(result => { .then(function(result) {
if (result.meta.isFolder) { if (result.meta.isFolder) {
$rootScope.appEvent("alert-error", ['Dashboard not found']); $rootScope.appEvent("alert-error", ['Dashboard not found']);
throw new Error("Dashboard not found"); throw new Error("Dashboard not found");
......
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