mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
fix loop child nodes variables (#3980)
This commit is contained in:
parent
576c60bd55
commit
b2e2fa6b76
|
|
@ -62,6 +62,7 @@ export const dispatchLoop = async (props: Props): Promise<Response> => {
|
|||
|
||||
const response = await dispatchWorkFlow({
|
||||
...props,
|
||||
variables: newVariables,
|
||||
runtimeEdges: cloneDeep(runtimeEdges)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue