Skip to content

Commit

Permalink
Fix ts issue with ageOfParentsConditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Dec 14, 2023
1 parent 613fb1c commit e841f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/common/default-validation-conditionals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const ageOfParentsConditionals = [
operation: 'isValidParentsBirthDate',
parameters: [10, true]
}
]
] satisfies Validator[]

export const ageOfDeceasedConditionals = [
{
Expand Down

0 comments on commit e841f1d

Please sign in to comment.