浏览代码

alerting: minor fix

Daniel Lee 8 年之前
父节点
当前提交
7ea5930a90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/alerting/notification_edit_ctrl.ts

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