Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
1ee946d712 | |
|
|
db31b02180 | |
|
|
ea6c5ac43c |
|
|
@ -106,7 +106,7 @@ export const SplitPanelLayoutComponent: React.FC<SplitPanelLayoutComponentProps>
|
||||||
...props
|
...props
|
||||||
}) => {
|
}) => {
|
||||||
const componentConfig = (component.componentConfig || {}) as SplitPanelLayoutConfig;
|
const componentConfig = (component.componentConfig || {}) as SplitPanelLayoutConfig;
|
||||||
|
|
||||||
// 🐛 디버깅: 로드 시 rightPanel.components 확인
|
// 🐛 디버깅: 로드 시 rightPanel.components 확인
|
||||||
const rightComps = componentConfig.rightPanel?.components || [];
|
const rightComps = componentConfig.rightPanel?.components || [];
|
||||||
const finishedTimeline = rightComps.find((c: any) => c.id === "finished_timeline");
|
const finishedTimeline = rightComps.find((c: any) => c.id === "finished_timeline");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue