diff --git a/ui/src/app/workflows/components/workflow-node-info/workflow-node-info.tsx b/ui/src/app/workflows/components/workflow-node-info/workflow-node-info.tsx index 5e21b20df92b..8ffe0b1101d7 100644 --- a/ui/src/app/workflows/components/workflow-node-info/workflow-node-info.tsx +++ b/ui/src/app/workflows/components/workflow-node-info/workflow-node-info.tsx @@ -68,7 +68,7 @@ interface Props { const AttributeRow = (attr: {title: string; value: any}) => (
{attr.title}
-
+
{attr.value}