feat: add showConditionBranches prop to WorkflowConfigPanel for conditional rendering
This commit is contained in:
@@ -191,6 +191,7 @@ export function WorkflowConfigPanel({
|
||||
nodes={definition.nodes}
|
||||
availableVariables={availableVariables}
|
||||
showHeader={false}
|
||||
showConditionBranches={selectedNode.type !== "condition"}
|
||||
onChange={onChangeNodeData}
|
||||
onDelete={onDeleteNode}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user