Compare commits

..

No commits in common. "e6dc4b3536e59223f63c50b5a0de44c89d524a6d" and "f573b58bd0340df32a5c6ceed70e50fc02ddfb3c" have entirely different histories.

View File

@ -462,7 +462,8 @@ 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]);