alerting: minor fix

pull/8749/head
Daniel Lee 8 years ago
parent 97a7081b57
commit 7ea5930a90
  1. 2
      public/app/features/alerting/notification_edit_ctrl.ts

@ -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', '']);
});
}
}

Loading…
Cancel
Save