fix: global variable key repeat & value type (#2540)

This commit is contained in:
heheer
2024-08-27 16:04:00 +08:00
committed by GitHub
parent d3731d221a
commit 67445b40bc
5 changed files with 43 additions and 7 deletions

View File

@@ -374,10 +374,7 @@ export const getWorkflowGlobalVariables = ({
systemConfigNode: getGuideModule(nodes),
isPublicFetch: true
})?.variables || []
).map((item) => ({
...item,
valueType: WorkflowIOValueTypeEnum.any
}));
);
const systemVariables = getSystemVariables(t);