chore(ui): update useField jsdoc comment to point to the right internal hook (#7568)

This commit is contained in:
Paul
2024-08-07 11:49:32 -06:00
committed by GitHub
parent 46f70d9df4
commit e0699838e1

View File

@@ -4,7 +4,7 @@ export type Options = {
disableFormData?: boolean disableFormData?: boolean
hasRows?: boolean hasRows?: boolean
/** /**
* If you do not provide a `path` or a `name`, this hook will look for one using the `useFieldPath` hook. * If you do not provide a `path` or a `name`, this hook will look for one using the `useFieldProps` hook.
**/ **/
path?: string path?: string
validate?: Validate validate?: Validate