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