MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / render

Method render

xadmin-dashboard/src/editor/components/DataModal.js:33–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 render() {
34 return (
35 <div>
36 <h3 className="modal-title">编辑源码 <Button onClick={this.onSave}>保存</Button></h3>
37 <CodeEditor
38 height="680"
39 language="json"
40 code={this.state.code}
41 onChange={this.onChange}
42 />
43 </div>
44 )
45 }
46
47}
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected