Skip to content

Commit d9882b1

Browse files
committed
fix(ProForm): 修复效验文字错误
1 parent 20ebaf7 commit d9882b1

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/ProForm/utils

1 file changed

+1
-1
lines changed

packages/components/src/ProForm/utils/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const getKeyMsg = (key: string) => {
117117
if (['input', 'textarea'].includes(key)) {
118118
return '请填写字段';
119119
}
120-
return '请选择字短';
120+
return '请选择字段';
121121
};
122122

123123
/**

0 commit comments

Comments
 (0)