mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tslint: tslint to const fixes part3 (#13036)
This commit is contained in:
@@ -11,7 +11,7 @@ export class LoadDashboardCtrl {
|
||||
if (homeDash.redirectUri) {
|
||||
$location.path(homeDash.redirectUri);
|
||||
} else {
|
||||
var meta = homeDash.meta;
|
||||
const meta = homeDash.meta;
|
||||
meta.canSave = meta.canShare = meta.canStar = false;
|
||||
$scope.initDashboard(homeDash, $scope);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user