From 5710e52c116f88045abfb24f77ff07582596be41 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Tue, 3 Dec 2019 09:38:47 +0100 Subject: [PATCH] Explore: Export timezone from redux state (#20812) --- public/app/features/explore/Explore.tsx | 1 + 1 file changed, 1 insertion(+) 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, }; }