mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-15 08:29:27 +00:00
Fixed prop type warning on MenuItem
This commit is contained in:
parent
78ee6afbae
commit
0df464ac03
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class MenuItem extends Component {
|
|||
MenuItem.propTypes = {
|
||||
className: PropTypes.string,
|
||||
children: PropTypes.node.isRequired,
|
||||
isDisabled: PropTypes.node.isRequired
|
||||
isDisabled: PropTypes.bool.isRequired
|
||||
};
|
||||
|
||||
MenuItem.defaultProps = {
|
||||
|
|
Loading…
Add table
Reference in a new issue