MCPcopy Index your code
hub / github.com/dataease/SQLBot / render

Method render

frontend/public/swagger-ui-bundle.js:36687–36702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36685 let { path: o, method: i, specActions: a } = this.props
36686 a.setScheme(s, o, i)
36687 }
36688 render() {
36689 let { schemes: s, currentScheme: o } = this.props
36690 return Re.createElement(
36691 'label',
36692 { htmlFor: 'schemes' },
36693 Re.createElement('span', { className: 'schemes-title' }, 'Schemes'),
36694 Re.createElement(
36695 'select',
36696 { onChange: this.onChange, value: o, id: 'schemes' },
36697 s
36698 .valueSeq()
36699 .map((s) => Re.createElement('option', { value: s, key: s }, s))
36700 .toArray()
36701 )
36702 )
36703 }
36704 }
36705 class SchemesContainer extends Re.Component {

Callers

nothing calls this directly

Calls 2

toArrayMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected