mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 04:49:01 +08:00
fix: slider deprecation warning from antd (#2478)
Co-authored-by: gitstart <gitstart@users.noreply.github.com> Co-authored-by: Chintan Sudani <46838508+techchintan@users.noreply.github.com> Co-authored-by: Palash Gupta <palashgdev@gmail.com>
This commit is contained in:
parent
da23d9e087
commit
97bfee48e1
@ -210,7 +210,7 @@ function Duration(): JSX.Element {
|
|||||||
min={Number(getMs(String(preLocalMinDuration.current || 0)))}
|
min={Number(getMs(String(preLocalMinDuration.current || 0)))}
|
||||||
max={Number(getMs(String(preLocalMaxDuration.current || 0)))}
|
max={Number(getMs(String(preLocalMaxDuration.current || 0)))}
|
||||||
range
|
range
|
||||||
tipFormatter={TipComponent}
|
tooltip={{ formatter: TipComponent }}
|
||||||
onChange={([min, max]): void => {
|
onChange={([min, max]): void => {
|
||||||
onRangeSliderHandler([String(min), String(max)]);
|
onRangeSliderHandler([String(min), String(max)]);
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user