Commit 7ea5930a by Daniel Lee

alerting: minor fix

parent 97a7081b
......@@ -88,7 +88,7 @@ export class AlertNotificationEditCtrl {
this.backendSrv.post(`/api/alert-notifications/test`, payload)
.then(res => {
appEvents.emit('alert-succes', ['Test notification sent', '']);
appEvents.emit('alert-success', ['Test notification sent', '']);
});
}
}
......
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