Commit b06ad02a by kay delaney Committed by GitHub

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

Except when those data sources are compatible, via query import.
Closes #17861
parent 2ae6adef
...@@ -264,7 +264,7 @@ export const itemReducer = reducerFactory<ExploreItemState>({} as ExploreItemSta ...@@ -264,7 +264,7 @@ export const itemReducer = reducerFactory<ExploreItemState>({} as ExploreItemSta
loadingState: LoadingState.NotStarted, loadingState: LoadingState.NotStarted,
StartPage, StartPage,
showingStartPage: Boolean(StartPage), showingStartPage: Boolean(StartPage),
queryKeys: getQueryKeys(state.queries, datasourceInstance), queryKeys: [],
supportedModes, supportedModes,
mode, mode,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment