mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 05:50:40 +08:00
fix: move date time picker to click rather than hover (#5296)
This commit is contained in:
parent
adfeaaa1f0
commit
82a079e687
@ -287,7 +287,7 @@ function CustomTimePicker({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
arrow={false}
|
arrow={false}
|
||||||
trigger="hover"
|
trigger="click"
|
||||||
open={open}
|
open={open}
|
||||||
onOpenChange={handleOpenChange}
|
onOpenChange={handleOpenChange}
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user