(options)
| 37 | } |
| 38 | |
| 39 | initData (options) { |
| 40 | options = options.map((d, i) => { |
| 41 | d.optionsIndex = i; |
| 42 | return d; |
| 43 | }); |
| 44 | this.setState({ options }); |
| 45 | } |
| 46 | |
| 47 | onSearch () { |
| 48 | if (this.props.onSearch) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…