mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
0681729e92
commit
77633db00e
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user