|
|
|
@@ -436,11 +436,6 @@ const SearchDemandNoteForm = ({ applySearch, orgComboData, searchCriteria, issue |
|
|
|
'& .MuiOutlinedInput-root': { height: 40 } |
|
|
|
}} |
|
|
|
getOptionLabel={(option) => option.label} |
|
|
|
sx={{ |
|
|
|
'& .MuiInputBase-root': { alignItems: 'center' }, |
|
|
|
'& .MuiAutocomplete-endAdornment': { top: '50%', transform: 'translateY(-50%)' }, |
|
|
|
'& .MuiOutlinedInput-root': { height: 40 } |
|
|
|
}} |
|
|
|
renderInput={(params) => ( |
|
|
|
<TextField |
|
|
|
{...params} |
|
|
|
|