(props)
| 51743 | } |
| 51744 | class DataSourcePicker extends _react.Component { |
| 51745 | constructor(props){ |
| 51746 | super(props); |
| 51747 | this.state = { |
| 51748 | url: "", |
| 51749 | urlType: DataSourcePicker.urlTypes[0], |
| 51750 | working: false |
| 51751 | }; |
| 51752 | } |
| 51753 | changeDataSource(dataSource) { |
| 51754 | this.setState({ |
| 51755 | working: true |
nothing calls this directly
no outgoing calls
no test coverage detected