diff --git a/langflow/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/langflow/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 3d43557d9..daaf81972 100644 --- a/langflow/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/langflow/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -52,6 +52,9 @@ export default function ParameterComponent({ {title} {required ? " *" : ""} + {left && (type === "str" || type === "bool" || type === "float") ? + <> + : + } + {left === true && type === "str" ? (
{data.node.template[name].list ? (