mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
wip
This commit is contained in:
parent
5fb8ef9bec
commit
3306c8d8a7
|
|
@ -55,7 +55,7 @@ function adjustNewChild(parent: AddedNode, child: AddedNode) {
|
|||
)
|
||||
) {
|
||||
Object.assign<AddedNode, Partial<INode>>(child, {
|
||||
parameters: { promptType: 'auto' },
|
||||
parameters: { ...child.parameters, promptType: 'auto' },
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user