Skip to content

Commit b69a91d

Browse files
authored
Merge pull request #5689 from WiXSL/fix-docs-link
[Doc] Fix external link
2 parents 7e4abeb + 6d490f5 commit b69a91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CreateEdit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ export const ProductEdit = ({ ...props }) => (
12551255
```
12561256
{% endraw %}
12571257

1258-
**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.
1258+
**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.
12591259

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

0 commit comments

Comments
 (0)