feat: remove showConfigJSON prop from NodeConfigPanel and WorkflowConfigPanel for cleaner UI

This commit is contained in:
mlogclub
2026-06-28 17:47:48 +08:00
parent 89945f139b
commit 64f6e1686d
2 changed files with 0 additions and 59 deletions
@@ -110,7 +110,6 @@ export function WorkflowConfigPanel({
availableVariables={availableVariables}
showHeader={false}
showConditionBranches={selectedNode.type !== "condition"}
showConfigJSON={selectedNode.type !== "condition"}
onChange={onChangeNodeData}
onDelete={onDeleteNode}
/>