()
| 70041 | u = this.getValue() |
| 70042 | this.state = { name: i, schema: a, value: u } |
| 70043 | } |
| 70044 | getValue() { |
| 70045 | let { name: s, authorized: o } = this.props |
| 70046 | return o && o.getIn([s, 'value']) |
| 70047 | } |
| 70048 | onChange = (s) => { |
| 70049 | let { onChange: o } = this.props, |
no outgoing calls
no test coverage detected