refactor: remove unnecessary prop types
This commit is contained in:
@@ -137,8 +137,6 @@ ControlledAutocomplete.propTypes = {
|
|||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
options: PropTypes.array,
|
options: PropTypes.array,
|
||||||
renderInput: PropTypes.func.isRequired,
|
renderInput: PropTypes.func.isRequired,
|
||||||
showFormHelperText: PropTypes.bool,
|
|
||||||
showErrorTouched: PropTypes.bool,
|
|
||||||
showHelperText: PropTypes.bool,
|
showHelperText: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user