mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
fix(streaming): clear data stream on subject completion
This commit is contained in:
@@ -252,6 +252,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
},
|
||||
complete: () => {
|
||||
console.log('panel: observer got complete');
|
||||
this.dataStream = null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user