Explore/Actions: Stop loadExploreDatasourcesAndSetDatasource from running queries twice (#27577)
(cherry picked from commit ca7263d898)
This commit is contained in:
committed by
Leonard Gram
parent
0d8f2fbda8
commit
0bac0044a9
@@ -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 }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user