Skip to content

Commit f8dbb21

Browse files
committed
merge conflict
1 parent 73bf611 commit f8dbb21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/FinancePage/ReimbursementRequestForm/ReimbursementRequestForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const schema = yup.object().shape({
5151
.number()
5252
.typeError('Amount is required')
5353
.required('Amount is required')
54-
.min(1, 'Amount must be greater than 0')
54+
.min(0.01, 'Amount must be greater than 0')
5555
})
5656
)
5757
.required('reimbursement products required')

0 commit comments

Comments
 (0)