Dashboard: Render PanelChrome on refresh (#24940)

Fixes #23306
This commit is contained in:
Zoltán Bedi 2020-05-21 09:55:58 +02:00 committed by GitHub
parent 0681729e92
commit 77633db00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}
};