Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
leshalv authored Nov 11, 2024
1 parent 0a0a7af commit 2db6d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/field/src/components/TextArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const FieldTextArea: ProFieldFC<{
/>
);
if (renderFormItem) {
return (text, { mode, ...fieldProps }, dom);
return renderFormItem(text, { mode, ...fieldProps }, dom);
}
return dom;
}
Expand Down

0 comments on commit 2db6d94

Please sign in to comment.