diff --git a/web/apps/console/src/graph/WorkflowGraph.tsx b/web/apps/console/src/graph/WorkflowGraph.tsx index bdb3efc4..6e2013d1 100644 --- a/web/apps/console/src/graph/WorkflowGraph.tsx +++ b/web/apps/console/src/graph/WorkflowGraph.tsx @@ -164,8 +164,8 @@ export const WorkflowGraph = ({ : {})} fitView proOptions={{ hideAttribution: true }} - nodesDraggable={true} - nodesConnectable={true} + nodesDraggable={false} + nodesConnectable={false} elementsSelectable={Boolean(onNodeSelect || onEdgeSelect)} > diff --git a/web/apps/console/src/styles/global.css b/web/apps/console/src/styles/global.css index 4d37018d..a617e71c 100644 --- a/web/apps/console/src/styles/global.css +++ b/web/apps/console/src/styles/global.css @@ -1698,7 +1698,7 @@ tbody tr:hover { font-weight: 700; letter-spacing: 0.02em; line-height: 1; - /* text-transform: uppercase; */ + text-transform: uppercase; } .graph-node__ref {