Skip to content

Commit

Permalink
fix: flow errors
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Dec 3, 2024
1 parent fefbdc6 commit a19ed6e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ export class FormBuilder extends React.Component<Props> {

let validationData;
try {
const { validators } = field;
validationData = await validateValue({
validators,
validators: field.validators,
value: values[field.id],
validationContext,
postProcessAsyncValidatonInitiation: handleIsValidatingInternal,
Expand Down

0 comments on commit a19ed6e

Please sign in to comment.