Skip to content

Commit

Permalink
fix(ProForm): 修复效验文字错误 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaob421123 committed Apr 25, 2023
1 parent d65abf9 commit fc958e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/ProForm/utils/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const getKeyMsg = (key: string) => {
if (['input', 'textarea'].includes(key)) {
return '请填写字段';
}
return '请选择字短';
return '请选择字段';
};

/**
Expand Down

0 comments on commit fc958e2

Please sign in to comment.