diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index 50f14f7b4..998186f83 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -244,7 +244,7 @@ export default function ParameterComponent({ type === "int") && !optionalHandle ? ( <>> - ) : left === true && type === "nested_dict" ? ( + ) : left === true && type === "NestedDict" ? (