Explore/Actions: Stop loadExploreDatasourcesAndSetDatasource from running queries twice (#27577)

pull/27641/head
kay delaney 5 years ago committed by GitHub
parent 8a9ae60a8d
commit ca7263d898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 }));
}

Loading…
Cancel
Save