fix(modal-repeater-table): 외부 테이블 조인 시 ID 타입 변환 추가
This commit is contained in:
parent
51099ba858
commit
f7384cb450
|
|
@ -100,3 +100,4 @@
|
|||
- [컴포넌트 시스템 가이드](../../docs/컴포넌트_시스템_가이드.md)
|
||||
- [split-panel-layout (v1)](../split-panel-layout/README.md)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -40,3 +40,4 @@ export class SplitPanelLayout2Renderer extends AutoRegisteringComponentRenderer
|
|||
// 자동 등록 실행
|
||||
SplitPanelLayout2Renderer.registerSelf();
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -840,3 +840,4 @@ export function FieldDetailSettingsModal({
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -794,3 +794,4 @@ export function SaveSettingsModal({
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -514,3 +514,4 @@ export function SectionLayoutModal({
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue