Skip to content

Commit

Permalink
feat: 结束节点支持选择多个变量
Browse files Browse the repository at this point in the history
  • Loading branch information
xujingli committed Sep 2, 2024
1 parent be0a015 commit 865498f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const EndNode = (props: Props) => {
<NodeWrapper nodeProps={props} rightHandler={false}>
<ReferenceForm
label="输入变量"
dynamic={true}
nodes={[...(upstreamNodes as any)]}
value={[...(data.config?.inputs?.input_param || [])]}
onChange={(values) => {
Expand Down

0 comments on commit 865498f

Please sign in to comment.