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

Method render

demo/src/App.js:19–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 render() {
20 const { _t } = app.context
21 return (
22 <Page title="Dashboard">
23 <SchemaForm
24 formKey="test"
25 schema={models.Compute}
26 initialValues={{ name: 'test' }}
27 onSubmit={console.log}
28 />
29 </Page>
30 );
31 }
32}
33
34export default StoreWrap('test', {

Callers 1

App.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected