diff --git a/frontend/src/components/WorkflowDebugPanel.jsx b/frontend/src/components/WorkflowDebugPanel.jsx index fa0175b..7f80c42 100644 --- a/frontend/src/components/WorkflowDebugPanel.jsx +++ b/frontend/src/components/WorkflowDebugPanel.jsx @@ -111,14 +111,18 @@ export default function WorkflowDebugPanel({ nodeStates }) { const label = getNodeLabel(node) const statusColor = getStatusColor(node.status) + const hasFailed = node.status === 'failed' + const hasError = node.error != null + return (
{/* Node Header */}