- |
-
-
- {t(output.label as any)}
-
- |
- {output.valueType && {FlowValueTypeMap[output.valueType]?.label} | }
+ const Render = useMemo(() => {
+ return (
+
+
+
+
+
+
+
+ |
+ {t('workflow:Variable_name')}
+ |
+ {t('common:core.workflow.Value type')} |
- ))}
-
-
-
+
+
+ {outputs.map((output) => (
+
+ |
+
+
+ {t(output.label as any)}
+
+ |
+ {output.valueType && {FlowValueTypeMap[output.valueType]?.label} | }
+
+ ))}
+
+