@datatechsolutions/ui 2.7.115 → 2.7.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8814,6 +8814,7 @@ function WorkflowCanvasInner({
8814
8814
  order: agent.order ?? 0,
8815
8815
  selected: selectedAgentId === savedNode.id,
8816
8816
  onSelect: () => {
8817
+ console.log("[Canvas] onSelect agent:", agent.name, agent.agentId);
8817
8818
  setSelectedAgentId(agent.agentId);
8818
8819
  openAgentDrawerAction(agent, models);
8819
8820
  },