Explore: Export timezone from redux state (#20812)

This commit is contained in:
Ivana Huckova
2019-12-03 09:38:47 +01:00
committed by GitHub
parent 31181c9981
commit 5710e52c11

View File

@@ -420,6 +420,7 @@ function mapStateToProps(state: StoreState, { exploreId }: ExploreProps): Partia
queryResponse,
originPanelId,
syncedTimes,
timeZone,
};
}