PanelQueryRunner: only skip applyFieldOverrides when streaming (#34438)

This commit is contained in:
Ryan McKinley
2021-05-19 22:00:00 -07:00
committed by GitHub
parent b02403e3fc
commit 40139a7ea9
8 changed files with 4 additions and 90 deletions

View File

@@ -98,6 +98,7 @@ export class PanelQueryRunner {
// If the shape is the same, we can skip field overrides
if (
data.state === LoadingState.Streaming &&
processFields &&
processedCount > 0 &&
lastData.length &&