refactor: remove unnecessary prop types

This commit is contained in:
kasia.oczkowska
2024-11-08 11:11:07 +00:00
parent 79050af391
commit c46b8a5f4f

View File

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