perf: global variable any type (#1387)

This commit is contained in:
Archer
2024-05-07 18:54:32 +08:00
committed by GitHub
parent fef1a1702b
commit caa0755d9a
2 changed files with 2 additions and 4 deletions

View File

@@ -291,7 +291,7 @@ export const getWorkflowGlobalVariables = (
splitGuideModule(getGuideModule(nodes))?.variableModules || []
).map((item) => ({
...item,
valueType: WorkflowIOValueTypeEnum.string // 暂时都是字符串
valueType: WorkflowIOValueTypeEnum.any
}));
const systemVariables = getSystemVariables(t);