diff --git a/public/app/features/explore/state/reducers.ts b/public/app/features/explore/state/reducers.ts index dcbd19bc1cf..56fb29b0273 100644 --- a/public/app/features/explore/state/reducers.ts +++ b/public/app/features/explore/state/reducers.ts @@ -264,7 +264,7 @@ export const itemReducer = reducerFactory({} as ExploreItemSta loadingState: LoadingState.NotStarted, StartPage, showingStartPage: Boolean(StartPage), - queryKeys: getQueryKeys(state.queries, datasourceInstance), + queryKeys: [], supportedModes, mode, };