(newQuery)
| 89 | } |
| 90 | |
| 91 | updateQuery(newQuery) { |
| 92 | const { navigate, location } = this.props; |
| 93 | navigate({ |
| 94 | pathname: location.pathname, |
| 95 | search: newQuery.toLocation(), |
| 96 | hash: location.hash, |
| 97 | }); |
| 98 | } |
| 99 | |
| 100 | updateSelection(entityIds, newVal) { |
| 101 | this.setState(({ selection }) => { |
no test coverage detected