엔터티 타입 설정 가이드
• 참조 테이블: 데이터를 가져올 다른 테이블 이름
diff --git a/frontend/components/screen/panels/webtype-configs/NumberTypeConfigPanel.tsx b/frontend/components/screen/panels/webtype-configs/NumberTypeConfigPanel.tsx
index 5ad60139..d317c049 100644
--- a/frontend/components/screen/panels/webtype-configs/NumberTypeConfigPanel.tsx
+++ b/frontend/components/screen/panels/webtype-configs/NumberTypeConfigPanel.tsx
@@ -89,12 +89,12 @@ export const NumberTypeConfigPanel: React.FC = ({ co
const newConfig = JSON.parse(JSON.stringify(currentValues));
// console.log("🔢 NumberTypeConfig 업데이트:", {
- // key,
- // value,
- // oldConfig: safeConfig,
- // newConfig,
- // localValues,
- // timestamp: new Date().toISOString(),
+ // key,
+ // value,
+ // oldConfig: safeConfig,
+ // newConfig,
+ // localValues,
+ // timestamp: new Date().toISOString(),
// });
// 약간의 지연을 두고 업데이트 (배치 업데이트 방지)
@@ -111,7 +111,7 @@ export const NumberTypeConfigPanel: React.FC = ({ co
숫자 형식
diff --git a/frontend/components/screen/panels/webtype-configs/TextTypeConfigPanel.tsx b/frontend/components/screen/panels/webtype-configs/TextTypeConfigPanel.tsx
index e4f7dc8d..30327894 100644
--- a/frontend/components/screen/panels/webtype-configs/TextTypeConfigPanel.tsx
+++ b/frontend/components/screen/panels/webtype-configs/TextTypeConfigPanel.tsx
@@ -94,11 +94,11 @@ export const TextTypeConfigPanel: React.FC
= ({ config
const newConfig = JSON.parse(JSON.stringify(currentValues));
// console.log("📝 TextTypeConfig 업데이트:", {
- // key,
- // value,
- // oldConfig: safeConfig,
- // newConfig,
- // localValues,
+ // key,
+ // value,
+ // oldConfig: safeConfig,
+ // newConfig,
+ // localValues,
// });
setTimeout(() => {
@@ -114,7 +114,7 @@ export const TextTypeConfigPanel: React.FC = ({ config
입력 형식