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

Fixed: Prop type warning on MenuItem

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
pull/6/head
Qstick 6 years ago
parent 60df3d78b4
commit 87cb97407a

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