mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tslint: more const fixes (#13035)
This commit is contained in:
@@ -20,7 +20,7 @@ export class OrgDetailsCtrl {
|
||||
if (!$scope.orgForm.$valid) {
|
||||
return;
|
||||
}
|
||||
var data = { name: $scope.org.name };
|
||||
const data = { name: $scope.org.name };
|
||||
backendSrv.put('/api/org', data).then($scope.getOrgInfo);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user