fix(ui) - fetch filter
This commit is contained in:
parent
77226898c1
commit
cebaab689c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default class Fetch extends React.PureComponent {
|
|||
hasPreviousError: false,
|
||||
}
|
||||
|
||||
onFilterChange = (e, { value }) => {
|
||||
onFilterChange = ({ target: { value } }) => {
|
||||
const { list } = this.props;
|
||||
const filterRE = getRE(value, 'i');
|
||||
const filtered = list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue