diff --git a/packages/core/client/src/block-provider/hooks/index.ts b/packages/core/client/src/block-provider/hooks/index.ts index 1d6bc93bb..55d496797 100644 --- a/packages/core/client/src/block-provider/hooks/index.ts +++ b/packages/core/client/src/block-provider/hooks/index.ts @@ -69,6 +69,7 @@ const filterValue = (value) => { }; function getFormValues(filterByTk, field, form, fieldNames, getField, resource) { + return form.values; let values = {}; for (const key in form.values) { if (fieldNames.includes(key)) {