mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07: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…
Add table
Add a link
Reference in a new issue