diff --git a/src/components/inputs/company-input-v2.js b/src/components/inputs/company-input-v2.js index e99338c..65f1b4d 100644 --- a/src/components/inputs/company-input-v2.js +++ b/src/components/inputs/company-input-v2.js @@ -136,7 +136,7 @@ const CompanyInputV2 = ({ summitId, isRequired, sx, onChange, id, name, label, v helperText={helperText} error={error} margin="normal" - InputLabelProps={disableShrink ? { shrink: false } : undefined} + InputLabelProps={disableShrink ? { shrink: false } : params.InputLabelProps} /> )} renderOption={(props, option) => {