From 622f4e75ed4919344882997a462e68f718d061e9 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 17 Apr 2023 14:57:16 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/process/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);