Skip to content

Commit

Permalink
#[2781] Content: Schedule Modal Time Zone Dropdown Height Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
geodem127 committed Dec 20, 2024
1 parent 8ff7a03 commit 91cc1a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/shell/components/FieldTypeDateTime/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,10 @@ export const FieldTypeDateTime = ({
autoHighlight
fullWidth
disableClearable
size="small"
options={timezoneOptionsWithSuggestions}
value={timezoneOptionsWithSuggestions.find(
(tz) => tz.id === timezone
)}
sx={{
"& .MuiAutocomplete-inputRoot": {
py: 0.75,
},
}}
renderInput={(params) => <TextField {...params} />}
renderOption={(props, option) => (
<ListItem
Expand Down

0 comments on commit 91cc1a0

Please sign in to comment.