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

Fixed: metadata modal not closing

pull/6/head
Qstick 8 years ago
parent 90a4838958
commit 74f91d63f6

@ -20,7 +20,7 @@ class EditMetadataModalConnector extends Component {
// Listeners
onModalClose = () => {
this.props.clearPendingChanges({ section: 'metadatas' });
this.props.dispatchClearPendingChanges();
this.props.onModalClose();
}
@ -39,7 +39,7 @@ class EditMetadataModalConnector extends Component {
EditMetadataModalConnector.propTypes = {
onModalClose: PropTypes.func.isRequired,
clearPendingChanges: PropTypes.func.isRequired
dispatchClearPendingChanges: PropTypes.func.isRequired
};
export default connect(null, createMapDispatchToProps)(EditMetadataModalConnector);

Loading…
Cancel
Save