mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 02:46:27 +00: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