mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 06:31:59 +08:00
refactor: updated height for date selector (#4331)
This commit is contained in:
parent
1e679a0d64
commit
c28f367f46
@ -295,6 +295,7 @@ function DateTimeSelection({
|
||||
style={{
|
||||
minWidth: 120,
|
||||
}}
|
||||
listHeight={400}
|
||||
>
|
||||
{options.map(({ value, label }) => (
|
||||
<Option key={value + label} value={value}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user