Skip to content

Commit

Permalink
Update EscrowForm.schema.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Dec 8, 2024
1 parent ed664ec commit d424f14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const EscrowFormSchema = yup
)
.test(
'after-last-milestone',
'Safety valve date must be at least 30 days after the last milestone date',
'Safety valve date must be at least 30 days after the last milestone date.',
function (value) {
const milestones = (this.parent.milestones || []) as Milestone[]
if (milestones.length === 0) return true
Expand Down

0 comments on commit d424f14

Please sign in to comment.