mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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,
|
loadingState: LoadingState.NotStarted,
|
||||||
StartPage,
|
StartPage,
|
||||||
showingStartPage: Boolean(StartPage),
|
showingStartPage: Boolean(StartPage),
|
||||||
queryKeys: getQueryKeys(state.queries, datasourceInstance),
|
queryKeys: [],
|
||||||
supportedModes,
|
supportedModes,
|
||||||
mode,
|
mode,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user