mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: can run code node
This commit is contained in:
@ -39,7 +39,7 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
|
||||
handleAddVariable,
|
||||
handleCodeChange,
|
||||
handleCodeLanguageChange,
|
||||
handleOutputVarListChange,
|
||||
handleVarsChange,
|
||||
handleAddOutputVariable,
|
||||
// single run
|
||||
isShowSingleRun,
|
||||
@ -91,8 +91,8 @@ const Panel: FC<NodePanelProps<CodeNodeType>> = ({
|
||||
>
|
||||
<OutputVarList
|
||||
readonly={readOnly}
|
||||
list={inputs.outputs}
|
||||
onChange={handleOutputVarListChange}
|
||||
outputs={inputs.outputs}
|
||||
onChange={handleVarsChange}
|
||||
/>
|
||||
</Field>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user