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:
@@ -99,7 +99,7 @@ export class AlertNotificationEditCtrl {
|
||||
return;
|
||||
}
|
||||
|
||||
var payload = {
|
||||
const payload = {
|
||||
name: this.model.name,
|
||||
type: this.model.type,
|
||||
settings: this.model.settings,
|
||||
|
||||
Reference in New Issue
Block a user