mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-30 10:28:42 +00:00
fix: global variable key repeat & value type (#2540)
This commit is contained in:
@@ -374,10 +374,7 @@ export const getWorkflowGlobalVariables = ({
|
||||
systemConfigNode: getGuideModule(nodes),
|
||||
isPublicFetch: true
|
||||
})?.variables || []
|
||||
).map((item) => ({
|
||||
...item,
|
||||
valueType: WorkflowIOValueTypeEnum.any
|
||||
}));
|
||||
);
|
||||
|
||||
const systemVariables = getSystemVariables(t);
|
||||
|
||||
|
Reference in New Issue
Block a user