mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelInspector: Always use the latest panel data (#77732)
PanelInspector: Always use the latest panel data
This commit is contained in:
parent
e6bdf0029d
commit
dff8dc86d6
@ -35,7 +35,7 @@ const PanelInspectorUnconnected = ({ panel, dashboard, plugin }: Props) => {
|
||||
withFieldConfig: true,
|
||||
});
|
||||
|
||||
const { data, isLoading, hasError } = usePanelLatestData(panel, dataOptions, true);
|
||||
const { data, isLoading, hasError } = usePanelLatestData(panel, dataOptions, false);
|
||||
const metaDs = useDatasourceMetadata(data);
|
||||
const tabs = useInspectTabs(panel, dashboard, plugin, hasError, metaDs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user