diff --git a/src/frontend/src/components/IOOutputView/index.tsx b/src/frontend/src/components/IOOutputView/index.tsx index a443b982f..a31ac2796 100644 --- a/src/frontend/src/components/IOOutputView/index.tsx +++ b/src/frontend/src/components/IOOutputView/index.tsx @@ -11,6 +11,7 @@ export default function IOOutputView({ const setNode = useFlowStore((state) => state.setNode); const flowPool = useFlowStore((state) => state.flowPool); const node = nodes.find((node) => node.id === outputId); + console.log(flowPool[node!.id][flowPool[node!.id].length - 1]) function handleOutputType() { if (!node) return "no node found"; switch (outputType) { @@ -18,9 +19,9 @@ export default function IOOutputView({ return (