화면간 데이터 전달기능 구현
This commit is contained in:
@@ -127,6 +127,7 @@ export function ScreenSplitPanel({ screenId, config, initialFormData }: ScreenSp
|
||||
leftScreenId={config?.leftScreenId || null}
|
||||
rightScreenId={config?.rightScreenId || null}
|
||||
parentDataMapping={config?.parentDataMapping || []}
|
||||
linkedFilters={config?.linkedFilters || []}
|
||||
>
|
||||
<div className="flex h-full">
|
||||
{/* 좌측 패널 */}
|
||||
|
||||
Reference in New Issue
Block a user