ZoomPlugin: Remove the timeRange prop (#69148)

* fix: remove a breaking change

---------

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
Levente Balogh
2023-05-26 18:52:09 +02:00
committed by GitHub
parent 2e6c71fd39
commit fa6afc7ea4
5 changed files with 11 additions and 17 deletions

View File

@@ -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} />
</>