Skip to content

Commit

Permalink
Merge pull request #5689 from WiXSL/fix-docs-link
Browse files Browse the repository at this point in the history
[Doc] Fix external link
  • Loading branch information
fzaninotto authored Dec 18, 2020
2 parents 7e4abeb + 6d490f5 commit b69a91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CreateEdit.md
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ export const ProductEdit = ({ ...props }) => (
```
{% endraw %}

**Tip**: The props of your Input components are passed to a `react-final-form` [<Field>](https://final-form.org/docs/react-final-form/api/Field) component.
**Tip**: The props of your Input components are passed to a `react-final-form` [Field](https://final-form.org/docs/react-final-form/api/Field) component.

**Tip**: You can use *both* Form validation and input validation.

Expand Down

0 comments on commit b69a91d

Please sign in to comment.