refactor: updated height for date selector (#4331)

This commit is contained in:
Rajat Dabade 2024-01-11 16:22:20 +05:30 committed by GitHub
parent 1e679a0d64
commit c28f367f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}>