mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fixing alerts
This commit is contained in:
parent
c6b3e767c5
commit
1e195f7c0f
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ export default function AlertsFactory(Private) {
|
|||
* @param el {HTMLElement} Reference to DOM element
|
||||
*/
|
||||
class Alerts {
|
||||
constructor(vis, data, alertDefs) {
|
||||
constructor(vis, alertDefs) {
|
||||
this.vis = vis;
|
||||
this.data = data;
|
||||
this.data = vis.data;
|
||||
this.binder = new Binder();
|
||||
this.alertDefs = alertDefs || [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue