Dashboard: Render PanelChrome on refresh (#24940)
Fixes #23306
(cherry picked from commit 77633db00e)
This commit is contained in:
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();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user