@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.
@@ -8844,6 +8844,7 @@ function WorkflowCanvasInner({
8844
8844
  order: agent.order ?? 0,
8845
8845
  selected: selectedAgentId === savedNode.id,
8846
8846
  onSelect: () => {
8847
+ console.log("[Canvas] onSelect agent:", agent.name, agent.agentId);
8847
8848
  setSelectedAgentId(agent.agentId);
8848
8849
  openAgentDrawerAction(agent, models);
8849
8850
  },