Skip to content

Commit

Permalink
Merge pull request #7 from yokotani92/issue-2
Browse files Browse the repository at this point in the history
issue #2 フォームバリデーション修正
  • Loading branch information
yukiyokotani authored Mar 21, 2021
2 parents ac7c02e + ec9b6a2 commit 1682d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/condition/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Form: React.FC = () => {
message: '整数を入力してください。',
},
min: {
value: 0,
value: 1,
message: '1以上10以下の整数を入力してください。',
},
max: {
Expand Down

0 comments on commit 1682d04

Please sign in to comment.