docs: fix typo in admin hooks page (#4556)
This commit is contained in:
@@ -324,7 +324,7 @@ The `useForm` hook returns an object with the following properties: |
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
drawerTitle: 'addFieldRow',
|
drawerTitle: 'addFieldRow',
|
||||||
drawerDescription: 'A useful method to programtically add a row to an array or block field.',
|
drawerDescription: 'A useful method to programmatically add a row to an array or block field.',
|
||||||
drawerSlug: 'addFieldRow',
|
drawerSlug: 'addFieldRow',
|
||||||
drawerContent: (
|
drawerContent: (
|
||||||
<>
|
<>
|
||||||
@@ -434,7 +434,7 @@ export const CustomArrayManager = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
drawerTitle: 'removeFieldRow',
|
drawerTitle: 'removeFieldRow',
|
||||||
drawerDescription: 'A useful method to programtically remove a row from an array or block field.',
|
drawerDescription: 'A useful method to programmatically remove a row from an array or block field.',
|
||||||
drawerSlug: 'removeFieldRow',
|
drawerSlug: 'removeFieldRow',
|
||||||
drawerContent: (
|
drawerContent: (
|
||||||
<>
|
<>
|
||||||
@@ -531,7 +531,7 @@ export const CustomArrayManager = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
drawerTitle: 'replaceFieldRow',
|
drawerTitle: 'replaceFieldRow',
|
||||||
drawerDescription: 'A useful method to programtically replace a row from an array or block field.',
|
drawerDescription: 'A useful method to programmatically replace a row from an array or block field.',
|
||||||
drawerSlug: 'replaceFieldRow',
|
drawerSlug: 'replaceFieldRow',
|
||||||
drawerContent: (
|
drawerContent: (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user