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