mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
alerting: minor fix
This commit is contained in:
parent
97a7081b57
commit
7ea5930a90
@ -88,7 +88,7 @@ export class AlertNotificationEditCtrl {
|
|||||||
|
|
||||||
this.backendSrv.post(`/api/alert-notifications/test`, payload)
|
this.backendSrv.post(`/api/alert-notifications/test`, payload)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
appEvents.emit('alert-succes', ['Test notification sent', '']);
|
appEvents.emit('alert-success', ['Test notification sent', '']);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user