Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/86f4dcd1980c55ae2e4082d86d91d45258dacc04?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Remove Duplicate Function in BlacklistConnector.js

pull/960/head
Qstick 6 years ago
parent 33d5f1fe2c
commit 86f4dcd198

@ -105,14 +105,6 @@ class BlacklistConnector extends Component {
this.props.executeCommand({ name: commandNames.CLEAR_BLACKLIST });
}
onTableOptionChange = (payload) => {
this.props.setBlacklistTableOption(payload);
if (payload.pageSize) {
this.props.gotoBlacklistFirstPage();
}
}
//
// Render

Loading…
Cancel
Save