fix(modal-repeater-table): 외부 테이블 조인 시 ID 타입 변환 추가

This commit is contained in:
SeongHyun Kim 2025-12-15 09:25:14 +09:00
parent 51099ba858
commit f7384cb450
5 changed files with 5 additions and 0 deletions

View File

@ -100,3 +100,4 @@
- [컴포넌트 시스템 가이드](../../docs/컴포넌트_시스템_가이드.md)
- [split-panel-layout (v1)](../split-panel-layout/README.md)

View File

@ -40,3 +40,4 @@ export class SplitPanelLayout2Renderer extends AutoRegisteringComponentRenderer
// 자동 등록 실행
SplitPanelLayout2Renderer.registerSelf();

View File

@ -840,3 +840,4 @@ export function FieldDetailSettingsModal({
);
}

View File

@ -794,3 +794,4 @@ export function SaveSettingsModal({
);
}

View File

@ -514,3 +514,4 @@ export function SectionLayoutModal({
);
}