diff --git a/web/app/components/workflow/nodes/human-input/panel.tsx b/web/app/components/workflow/nodes/human-input/panel.tsx index 80e38e08bc..c3838f887f 100644 --- a/web/app/components/workflow/nodes/human-input/panel.tsx +++ b/web/app/components/workflow/nodes/human-input/panel.tsx @@ -181,7 +181,7 @@ const Panel: FC> = ({
{inputs.user_actions.map((action, index) => ( handleUserActionChange(index, data)} onDelete={handleUserActionDelete} diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json index cfc6f3a20f..304548b8e4 100644 --- a/web/eslint-suppressions.json +++ b/web/eslint-suppressions.json @@ -3404,7 +3404,7 @@ }, "app/components/workflow/nodes/human-input/components/delivery-method/test-email-sender.tsx": { "ts/no-explicit-any": { - "count": 3 + "count": 2 } }, "app/components/workflow/nodes/human-input/components/form-content-preview.tsx": {