PanelQueryState: restore comment

This commit is contained in:
Torkel Ödegaard 2019-09-03 18:20:10 +02:00
parent b39268f195
commit 09032cd766

View File

@ -274,6 +274,8 @@ export class PanelQueryState {
return {
state: done ? LoadingState.Done : LoadingState.Streaming,
// This should not be needed but unfortunately Prometheus datasource sends non DataFrame here bypassing the
// typings
series: this.sendFrames ? getProcessedDataFrames(series) : [],
legacy: this.sendLegacy ? translateToLegacyData(series) : undefined,
request: {