From 9aa3dbe5b3c43cb06c5fa1779a2ce740787f054f Mon Sep 17 00:00:00 2001 From: Eugene Kalinin Date: Fri, 6 Mar 2020 15:33:38 +0300 Subject: [PATCH] CreateEdit.md: update link to react-final-form --- docs/CreateEdit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CreateEdit.md b/docs/CreateEdit.md index bcdf2d66c26..bd97f261195 100644 --- a/docs/CreateEdit.md +++ b/docs/CreateEdit.md @@ -870,7 +870,7 @@ export const PostEdit = (props) => ( Here are the props received by the `Toolbar` component when passed as the `toolbar` prop of the `SimpleForm` or `TabbedForm` components: * `handleSubmitWithRedirect`: The function to call in order to submit the form. It accepts a single parameter overriding the form's default redirect. -* `handleSubmit` which is the same prop as in [`react-final-form`](https://github.com/final-form/react-final-form#handlesubmit-syntheticeventhtmlformelement--promiseobject) +* `handleSubmit` which is the same prop as in [`react-final-form`](https://final-form.org/docs/react-final-form/types/FormRenderProps#handlesubmit) * `invalid`: A boolean indicating whether the form is invalid * `pristine`: A boolean indicating whether the form is pristine (eg: no inputs have been changed yet) * `redirect`: The default form's redirect