Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/0df464ac0326728e4a8203e46c82d455a12a7822 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed prop type warning on MenuItem

pull/3268/head
Mark McDowall 6 years ago
parent 78ee6afbae
commit 0df464ac03

@ -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…
Cancel
Save