mirror of
https://github.com/langgenius/dify.git
synced 2026-02-20 01:44:42 +08:00
fix linit error
This commit is contained in:
parent
aaf6e8f978
commit
0138dc45b6
@ -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}
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user