(dataSource)
| 51456 | } |
| 51457 | } |
| 51458 | loadError(dataSource) { |
| 51459 | let error = this.dataSourceError(dataSource); |
| 51460 | this.explorer.setState({ |
| 51461 | errors: [ |
| 51462 | error |
| 51463 | ] |
| 51464 | }); |
| 51465 | this.setState({ |
| 51466 | dataSource: { |
| 51467 | dataSourceType: null, |
| 51468 | id: null, |
| 51469 | type: null |
| 51470 | } |
| 51471 | }); |
| 51472 | } |
| 51473 | updateExplorerViewerOptions(viewerOptions) { |
| 51474 | this.viewerOptions = viewerOptions; |
| 51475 | this.explorer && this.explorer.updateViewerOptions(this.viewerOptions); |
no test coverage detected