diff --git a/frontend/lib/registry/components/select-basic/SelectBasicComponent.tsx b/frontend/lib/registry/components/select-basic/SelectBasicComponent.tsx index 2f1cdaa3..9f151509 100644 --- a/frontend/lib/registry/components/select-basic/SelectBasicComponent.tsx +++ b/frontend/lib/registry/components/select-basic/SelectBasicComponent.tsx @@ -50,6 +50,15 @@ const SelectBasicComponent: React.FC = ({ menuObjid, // πŸ†• 메뉴 OBJID ...props }) => { + // 🚨 졜초 λ Œλ”λ§ ν™•μΈμš© (ν…ŒμŠ€νŠΈ ν›„ 제거) + console.log("🚨🚨🚨 [SelectBasicComponent] λ Œλ”λ§λ¨!!!!", { + componentId: component.id, + componentType: (component as any).componentType, + columnName: (component as any).columnName, + "props.multiple": (props as any).multiple, + "componentConfig.multiple": componentConfig?.multiple, + }); + const [isOpen, setIsOpen] = useState(false); // webTypeConfig λ˜λŠ” componentConfig μ‚¬μš© (DynamicWebTypeRenderer ν˜Έν™˜μ„±)