mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ZoomPlugin: Remove the timeRange prop (#69148)
* fix: remove a breaking change --------- Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
@@ -215,7 +215,7 @@ export const StatusHistoryPanel = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<ZoomPlugin config={config} onZoom={onChangeTimeRange} timeRange={timeRange} />
|
||||
<ZoomPlugin config={config} onZoom={onChangeTimeRange} />
|
||||
{renderTooltip(alignedFrame)}
|
||||
<OutsideRangePlugin config={config} onChangeTimeRange={onChangeTimeRange} />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user