diff --git a/apps/web/process/tools.ts b/apps/web/process/tools.ts index 208efb7..b4678fc 100644 --- a/apps/web/process/tools.ts +++ b/apps/web/process/tools.ts @@ -52,7 +52,7 @@ export function createValidationReaction( if (validationResult.success === false) { validationResult.error.errors.forEach(({ path, message }) => { - (path as Array).forEach((elementName) => { + (path as Array).forEach((elementName) => { if (elementName === 'insurance') { const removeError = $tables.insurance.setError({ key, message }); if (removeError) helper.add(removeError);