mirror of https://github.com/grafana/grafana
singlestat/module.ts onDataError was calling onDataReceived incorrectly (#4897)
onDataError was calling onDataReceived with {data : []} which breaks at the first line since object has no map function.
The correct form is probably just []
pull/4832/head
parent
0764a4313b
commit
bca8d6d07b
Loading…
Reference in new issue