컴포넌트 렌더링 오류 수정
This commit is contained in:
parent
d1d76bbea8
commit
a783317820
|
|
@ -322,7 +322,7 @@ export const DynamicComponentRenderer: React.FC<DynamicComponentRendererProps> =
|
||||||
onDragEnd,
|
onDragEnd,
|
||||||
size: component.size || newComponent.defaultSize,
|
size: component.size || newComponent.defaultSize,
|
||||||
position: component.position,
|
position: component.position,
|
||||||
style: finalStyle, // size를 포함한 최종 style
|
style: component.style, // 컴포넌트 스타일 전달
|
||||||
config: component.componentConfig,
|
config: component.componentConfig,
|
||||||
componentConfig: component.componentConfig,
|
componentConfig: component.componentConfig,
|
||||||
value: currentValue, // formData에서 추출한 현재 값 전달
|
value: currentValue, // formData에서 추출한 현재 값 전달
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue