diff --git a/public/app/features/explore/state/actions.ts b/public/app/features/explore/state/actions.ts index e451a839ffc..b454f71c960 100644 --- a/public/app/features/explore/state/actions.ts +++ b/public/app/features/explore/state/actions.ts @@ -263,7 +263,6 @@ export function loadExploreDatasourcesAndSetDatasource( if (exploreDatasources.length >= 1) { await dispatch(changeDatasource(exploreId, datasourceName, { importQueries: true })); - dispatch(runQueries(exploreId)); } else { dispatch(loadDatasourceMissingAction({ exploreId })); }