Skip to content

Commit f53a588

Browse files
committed
fix format
1 parent 89acbf0 commit f53a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/useform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sidebar: apiLinks
9797
| [validate](#validate) | Form-level validation is limited to built-in validation methods. |
9898
| [shouldUseNativeValidation](#shouldUseNativeValidation) | Use browser built-in form constraint API. |
9999
| [shouldUnregister](#shouldUnregister) | Enable and disable input unregister after unmount. |
100-
| [progressive](/docs/useform/form) | Enable progressive enhancement for native form submission when using the `Form` component. |
100+
| [progressive](/docs/useform/form) | Enable progressive enhancement for native form submission when using the `Form` component. |
101101
| [disabled](#disabled) | Disable the entire form with all associated inputs. |
102102

103103
**Schema validation props:**

0 commit comments

Comments
 (0)