mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 13:20:40 +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={{
|
style={{
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
}}
|
}}
|
||||||
|
listHeight={400}
|
||||||
>
|
>
|
||||||
{options.map(({ value, label }) => (
|
{options.map(({ value, label }) => (
|
||||||
<Option key={value + label} value={value}>
|
<Option key={value + label} value={value}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user