Fixed: Remove Duplicate Function in BlacklistConnector.js

This commit is contained in:
Qstick 2019-09-03 23:32:46 -04:00
commit 86f4dcd198

View file

@ -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