diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 37a1b09a2..a9ebd4ff7 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -220,7 +220,7 @@ export default function ParameterComponent({ ) : left === true && type === "str" && data.node.template[name].options ? ( -
+
) : left === true && type === "code" ? ( +
+
+ ) : left === true && type === "file" ? ( +
+
) : left === true && type === "int" ? (
) : left === true && type === "prompt" ? ( +
+
+ ) : ( <> )}