Update packages/core/helper-plugin/lib/src/hooks/useCustomFields/useCustomFields.stories.mdx

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
Fernando Chávez 2023-03-02 13:24:44 +01:00 committed by GitHub
parent b2e5f90da7
commit ac15879247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ const CustomFieldsList = () => {
## Methods ## Methods
### `get(customFieldUid: Uid): Object` ### `get(customFieldUid: string): CustomField`
With the method from `useCustomFields` hook you can have all the information of a custom field. With the method from `useCustomFields` hook you can have all the information of a custom field.