diff --git a/src/components/editor/flow/nodes/propertySection/item/index.tsx b/src/components/editor/flow/nodes/propertySection/item/index.tsx index c71a253..f126209 100644 --- a/src/components/editor/flow/nodes/propertySection/item/index.tsx +++ b/src/components/editor/flow/nodes/propertySection/item/index.tsx @@ -101,19 +101,6 @@ const CustomInput = (CustomInputProps: CustomInputProps) => { onChange={onChange} onBlur={onBlur} > - // return - // - // } else if (inputType === "number") { return { onChange={onChange} onBlur={onBlur} > - // return ( - // - // - // - // ) } else if (inputType === "boolean") { return - // return ( - // - // - // - // - // ) } }