()
| 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 | |
| 34 | export default StoreWrap('test', { |