1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-14 16:55:21 +02:00

Fixed: Set id in MenuContent to not required

This commit is contained in:
Devin Buhl 2019-11-03 11:26:24 -05:00
parent d1a066f601
commit 604f45bea4

View File

@ -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