mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Fix timezone not changing for graph and table (#42430)
* Pass timezone to graph in Explore * Fix timezone issues for table * Fix type error * Update public/app/features/explore/TableContainer.test.tsx Co-authored-by: Giordano Ricci <me@giordanoricci.com> * Replace UTC with InternalTimeZones * Update CEST to cest Co-authored-by: Giordano Ricci <me@giordanoricci.com>
This commit is contained in:
@@ -82,6 +82,7 @@ export const InspectContent: React.FC<Props> = ({
|
||||
isLoading={isDataLoading}
|
||||
options={dataOptions}
|
||||
onOptionsChange={onDataOptionsChange}
|
||||
timeZone={dashboard.timezone}
|
||||
/>
|
||||
)}
|
||||
<CustomScrollbar autoHeightMin="100%">
|
||||
|
||||
Reference in New Issue
Block a user