Explore: Query rows are now reset when changing data sources (#17865)

Except when those data sources are compatible, via query import.
Closes #17861
This commit is contained in:
kay delaney 2019-07-03 13:49:47 +01:00 committed by GitHub
parent 2ae6adef26
commit b06ad02a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,7 +264,7 @@ export const itemReducer = reducerFactory<ExploreItemState>({} as ExploreItemSta
loadingState: LoadingState.NotStarted,
StartPage,
showingStartPage: Boolean(StartPage),
queryKeys: getQueryKeys(state.queries, datasourceInstance),
queryKeys: [],
supportedModes,
mode,
};