mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-12 15:01:30 +08:00
fix: slider duration is fixed (#2537)
This commit is contained in:
parent
67ba46abde
commit
5ff9172103
@ -178,7 +178,7 @@ function Duration(): JSX.Element {
|
|||||||
if (value === undefined) {
|
if (value === undefined) {
|
||||||
return <div />;
|
return <div />;
|
||||||
}
|
}
|
||||||
return <div>{`${getMs(value?.toString())}ms`}</div>;
|
return <div>{`${value?.toString()}ms`}</div>;
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user