split fees into specific categories and send delete request
This commit is contained in:
@@ -29,6 +29,7 @@ class SelectTable extends Component {
|
||||
selection.push(key);
|
||||
}
|
||||
// update the state
|
||||
this.props.onSelectChange(selection);
|
||||
this.setState({ selection });
|
||||
};
|
||||
|
||||
@@ -50,6 +51,7 @@ class SelectTable extends Component {
|
||||
selection.push(`select-${item._original[keyField]}`);
|
||||
});
|
||||
}
|
||||
this.props.onSelectChange(selection);
|
||||
this.setState({ selectAll, selection });
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user