mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 13:34:54 +00:00
Fixed: Remove Duplicate Function in BlacklistConnector.js
This commit is contained in:
parent
33d5f1fe2c
commit
86f4dcd198
1 changed files with 0 additions and 8 deletions
|
@ -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…
Reference in a new issue