mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-22 20:04:01 +00:00
fix loop child nodes variables (#3980)
This commit is contained in:
@@ -62,6 +62,7 @@ export const dispatchLoop = async (props: Props): Promise<Response> => {
|
|||||||
|
|
||||||
const response = await dispatchWorkFlow({
|
const response = await dispatchWorkFlow({
|
||||||
...props,
|
...props,
|
||||||
|
variables: newVariables,
|
||||||
runtimeEdges: cloneDeep(runtimeEdges)
|
runtimeEdges: cloneDeep(runtimeEdges)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user