mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: fix response popover prompt when add notification channels (#18967)
This commit is contained in:
@@ -121,9 +121,7 @@ export class AlertNotificationEditCtrl {
|
||||
settings: this.model.settings,
|
||||
};
|
||||
|
||||
this.backendSrv.post(`/api/alert-notifications/test`, payload).then((res: any) => {
|
||||
appEvents.emit('alert-success', ['Test notification sent', '']);
|
||||
});
|
||||
this.backendSrv.post(`/api/alert-notifications/test`, payload);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user