Compare commits
2 Commits
f573b58bd0
...
e6dc4b3536
| Author | SHA1 | Date | |
|---|---|---|---|
| e6dc4b3536 | |||
| 868bbbc5c0 |
@ -462,8 +462,7 @@ class MultiSelectPagination extends React.Component {
|
|||||||
this.setState({
|
this.setState({
|
||||||
value: stateValue,
|
value: stateValue,
|
||||||
searchKey: ""
|
searchKey: ""
|
||||||
//fetching: false,
|
});
|
||||||
}, () => this.initFilterJson("", 1));
|
|
||||||
let retVal = this.getDataValue(stateValue);
|
let retVal = this.getDataValue(stateValue);
|
||||||
this.state.baseNav.forEach(db => {
|
this.state.baseNav.forEach(db => {
|
||||||
const index = stateValue.findIndex(i => i.key == db[this.state.saveId]);
|
const index = stateValue.findIndex(i => i.key == db[this.state.saveId]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user