diff --git a/public/app/features/explore/Explore.tsx b/public/app/features/explore/Explore.tsx index 85a01cb3e0f..31903c458a0 100644 --- a/public/app/features/explore/Explore.tsx +++ b/public/app/features/explore/Explore.tsx @@ -420,6 +420,7 @@ function mapStateToProps(state: StoreState, { exploreId }: ExploreProps): Partia queryResponse, originPanelId, syncedTimes, + timeZone, }; }