mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 06:27:08 -04:00
Fixed: Set id in MenuContent to not required
This commit is contained in:
parent
d1a066f601
commit
604f45bea4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class MenuContent extends Component {
|
|||
MenuContent.propTypes = {
|
||||
forwardedRef: PropTypes.func,
|
||||
className: PropTypes.string,
|
||||
id: PropTypes.string.isRequired,
|
||||
id: PropTypes.string,
|
||||
children: PropTypes.node.isRequired,
|
||||
style: PropTypes.object,
|
||||
isOpen: PropTypes.bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue