코드 셀렉트박스 기능 구현
This commit is contained in:
@@ -47,8 +47,8 @@ export const WEB_TYPE_COMPONENT_MAPPING: Record<string, string> = {
|
||||
|
||||
// 기타
|
||||
label: "text-display",
|
||||
code: "text-input", // 임시로 텍스트 입력 사용
|
||||
entity: "select-basic", // 임시로 선택상자 사용
|
||||
code: "select-basic", // 코드 타입은 선택상자 사용
|
||||
entity: "select-basic", // 엔티티 타입은 선택상자 사용
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user