Commit ae4148d7fab46ca6230b06027020beed4ff651c1
1 parent
4054d3de
UI: Fix: Call latest values update with empty data
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -595,8 +595,8 @@ function DatasourceSubscription(datasourceSubscription, telemetryWebsocketServic | @@ -595,8 +595,8 @@ function DatasourceSubscription(datasourceSubscription, telemetryWebsocketServic | ||
595 | } | 595 | } |
596 | series = [time, value]; | 596 | series = [time, value]; |
597 | data.push(series); | 597 | data.push(series); |
598 | - update = true; | ||
599 | } | 598 | } |
599 | + update = true; | ||
600 | } | 600 | } |
601 | if (update) { | 601 | if (update) { |
602 | datasourceData[datasourceKey].data = data; | 602 | datasourceData[datasourceKey].data = data; |