Fixed: Remove Duplicate Function in BlacklistConnector.js

pull/960/head
Qstick 5 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