UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+1 -3
View File
@@ -129,9 +129,7 @@ export function valibotResolver<Input extends FieldValues, Context, Output>(
// Otherwise, return resolver result with values
return {
values: resolverOptions.raw
? Object.assign({}, values)
: (result.output as FieldValues),
values: resolverOptions.raw ? Object.assign({}, values) : result.output,
errors: {},
};
};