diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx
index ff6099835..c4b4346fa 100644
--- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx
+++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx
@@ -54,7 +54,7 @@ export default function ParameterComponent({
{title}
{required ? " *" : ""}
- {left && (type === "str" || type === "bool" || type === "float") ? (
+ {left && (type === "str" || type === "bool" || type === "float"||type=="code") ? (
<>>
) : (