Skip to content

Commit

Permalink
fix: workflow refresh variables
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Aug 27, 2024
1 parent a357bec commit 8c7588d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const NodeStart = ({ data, selected }: NodeProps<FlowNodeItemType>) => {
label: item.label
};
});
}, [nodeList, t]);
}, [nodeList, appDetail.chatConfig, t]);

return (
<NodeCard
Expand Down

0 comments on commit 8c7588d

Please sign in to comment.