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 | 595 | } |
596 | 596 | series = [time, value]; |
597 | 597 | data.push(series); |
598 | - update = true; | |
599 | 598 | } |
599 | + update = true; | |
600 | 600 | } |
601 | 601 | if (update) { |
602 | 602 | datasourceData[datasourceKey].data = data; | ... | ... |