> = ({
{inputs.user_actions.map((action, index) => (
handleUserActionChange(index, data)}
onDelete={handleUserActionDelete}
diff --git a/web/eslint-suppressions.json b/web/eslint-suppressions.json
index 06919b5779..304548b8e4 100644
--- a/web/eslint-suppressions.json
+++ b/web/eslint-suppressions.json
@@ -3392,11 +3392,6 @@
"count": 5
}
},
- "app/components/workflow/nodes/human-input/components/delivery-method/recipient/email-input.tsx": {
- "ts/no-explicit-any": {
- "count": 2
- }
- },
"app/components/workflow/nodes/human-input/components/delivery-method/recipient/member-list.tsx": {
"ts/no-explicit-any": {
"count": 2
@@ -3409,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": {