Skip to content

Commit

Permalink
Merge pull request #8106 from marmelab/update-doc
Browse files Browse the repository at this point in the history
Feat: Update documentation JsonSchemaForm
  • Loading branch information
slax57 authored Aug 29, 2022
2 parents 3ad910b + 5afdd4a commit c2083e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/JsonSchemaForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configure the <Edit> view with a <JsonSchemaForm> child as follows:
{% raw %}
```jsx
import { Edit } from "react-admin";
import { JsonSchemaForm } from "@react-admin/ra-form-layout";
import { JsonSchemaForm } from "@react-admin/ra-json-schema-form";

const CustomerEdit = () => (
<Edit>
Expand Down Expand Up @@ -66,5 +66,5 @@ const CustomerEdit = () => (
```
{% endraw %}

Check [the `ra-form-layout` documentation](https://marmelab.com/ra-enterprise/modules/ra-form-layout#jsonschemaform) for more details.
Check [the `ra-json-schema-form` documentation](https://marmelab.com/ra-enterprise/modules/ra-json-schema-form#installation) for more details.

0 comments on commit c2083e8

Please sign in to comment.