diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputParameter/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputParameter/index.tsx index 8a7791341..7159a710b 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputParameter/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputParameter/index.tsx @@ -12,7 +12,9 @@ export const OutputParameter = ({ types, selected, showNode, + showHiddenOutputs, isToolMode, + hidden, }) => { const id = useMemo( () => ({ @@ -36,6 +38,7 @@ export const OutputParameter = ({ return (