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

Except when those data sources are compatible, via query import.
Closes #17861
pull/17888/head
kay delaney 6 years ago committed by GitHub
parent 2ae6adef26
commit b06ad02a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/explore/state/reducers.ts

@ -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…
Cancel
Save