mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
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:
parent
2ae6adef26
commit
b06ad02a74
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user