fix linit error

This commit is contained in:
JzoNg 2026-01-20 17:55:34 +08:00
parent aaf6e8f978
commit 0138dc45b6
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ const Panel: FC<NodePanelProps<HumanInputNodeType>> = ({
<div className="space-y-2">
{inputs.user_actions.map((action, index) => (
<UserActionItem
key={index}
key={action.id}
data={action}
onChange={data => handleUserActionChange(index, data)}
onDelete={handleUserActionDelete}

View File

@ -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": {