feat: remove showConfigJSON prop from NodeConfigPanel and WorkflowConfigPanel for cleaner UI
This commit is contained in:
@@ -110,7 +110,6 @@ export function WorkflowConfigPanel({
|
||||
availableVariables={availableVariables}
|
||||
showHeader={false}
|
||||
showConditionBranches={selectedNode.type !== "condition"}
|
||||
showConfigJSON={selectedNode.type !== "condition"}
|
||||
onChange={onChangeNodeData}
|
||||
onDelete={onDeleteNode}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user