mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardViewState: small fix for bug that caused issue for singlestat panel
This commit is contained in:
@@ -138,6 +138,8 @@ function (angular, app, _, $) {
|
||||
}
|
||||
|
||||
function render() {
|
||||
if (!scope.data) { return; }
|
||||
|
||||
data = scope.data;
|
||||
panel = scope.panel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user