mirror of https://github.com/Radarr/Radarr
Fix proptype warning for id of EnhancedSelectInputOption
This commit is contained in:
parent
cf6e993a4d
commit
822035056a
|
@ -63,7 +63,7 @@ class EnhancedSelectInputOption extends Component {
|
|||
|
||||
EnhancedSelectInputOption.propTypes = {
|
||||
className: PropTypes.string.isRequired,
|
||||
id: PropTypes.string.isRequired,
|
||||
id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
||||
isSelected: PropTypes.bool.isRequired,
|
||||
isDisabled: PropTypes.bool.isRequired,
|
||||
isHidden: PropTypes.bool.isRequired,
|
||||
|
|
Loading…
Reference in New Issue