From 5afdd4ac653dff6f2e2d983c42d1ed683a0a8f30 Mon Sep 17 00:00:00 2001 From: Anthony Rimet Date: Fri, 26 Aug 2022 15:57:54 +0200 Subject: [PATCH] Feat: Update documentation JsonSchemaForm --- docs/JsonSchemaForm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/JsonSchemaForm.md b/docs/JsonSchemaForm.md index f93a7770d1f..33daa265485 100644 --- a/docs/JsonSchemaForm.md +++ b/docs/JsonSchemaForm.md @@ -16,7 +16,7 @@ Configure the view with a 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 = () => ( @@ -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.