diff --git a/public/app/features/dashboard/components/Inspector/PanelInspector.tsx b/public/app/features/dashboard/components/Inspector/PanelInspector.tsx index 57a31c2a540..3c9a56d9637 100644 --- a/public/app/features/dashboard/components/Inspector/PanelInspector.tsx +++ b/public/app/features/dashboard/components/Inspector/PanelInspector.tsx @@ -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);