mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Set id in MenuContent to not required
This commit is contained in:
@@ -40,7 +40,7 @@ class MenuContent extends Component {
|
|||||||
MenuContent.propTypes = {
|
MenuContent.propTypes = {
|
||||||
forwardedRef: PropTypes.func,
|
forwardedRef: PropTypes.func,
|
||||||
className: PropTypes.string,
|
className: PropTypes.string,
|
||||||
id: PropTypes.string.isRequired,
|
id: PropTypes.string,
|
||||||
children: PropTypes.node.isRequired,
|
children: PropTypes.node.isRequired,
|
||||||
style: PropTypes.object,
|
style: PropTypes.object,
|
||||||
isOpen: PropTypes.bool
|
isOpen: PropTypes.bool
|
||||||
|
Reference in New Issue
Block a user