diff --git a/packages/core/client/src/block-provider/hooks/index.ts b/packages/core/client/src/block-provider/hooks/index.ts index 208de1b7a..066d1c163 100644 --- a/packages/core/client/src/block-provider/hooks/index.ts +++ b/packages/core/client/src/block-provider/hooks/index.ts @@ -129,7 +129,7 @@ export function useCollectValuesToSubmit() { if (process.env.NODE_ENV !== 'production') { if (!collectionField) { - throw new Error(`useCreateActionProps: field "${key}" not found in collection "${name}"`); + throw new Error(`field "${key}" not found in collection "${name}"`); } }