Dashboard: Render PanelChrome on refresh (#24940)

Fixes #23306

(cherry picked from commit 77633db00e)
This commit is contained in:
Zoltán Bedi
2020-05-26 10:05:56 +02:00
committed by Hugo Häggmark
parent 4ba0377511
commit 4ac745ac55
@@ -209,6 +209,9 @@ export class PanelChrome extends PureComponent<Props, State> {
cacheTimeout: panel.cacheTimeout,
transformations: panel.transformations,
});
} else {
// The panel should render on refresh as well if it doesn't have a query, like clock panel
this.onRender();
}
};