좌측 패널에 매핑한 컬럼 나오도록 구현

This commit is contained in:
dohyeons
2025-11-07 11:51:44 +09:00
parent 03bce9d643
commit 25740c499d
4 changed files with 86 additions and 9 deletions

View File

@@ -268,6 +268,7 @@ export const SplitPanelLayoutConfigPanel: React.FC<SplitPanelLayoutConfigPanelPr
onCheckedChange={(checked) => updateLeftPanel({ showAdd: checked })}
/>
</div>
</div>
{/* 우측 패널 설정 */}