Compare commits
No commits in common. "e6dc4b3536e59223f63c50b5a0de44c89d524a6d" and "f573b58bd0340df32a5c6ceed70e50fc02ddfb3c" have entirely different histories.
e6dc4b3536
...
f573b58bd0
@ -462,7 +462,8 @@ class MultiSelectPagination extends React.Component {
|
||||
this.setState({
|
||||
value: stateValue,
|
||||
searchKey: ""
|
||||
});
|
||||
//fetching: false,
|
||||
}, () => this.initFilterJson("", 1));
|
||||
let retVal = this.getDataValue(stateValue);
|
||||
this.state.baseNav.forEach(db => {
|
||||
const index = stateValue.findIndex(i => i.key == db[this.state.saveId]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user