From 4040b7b5a8164c651bcae81fc3a56ab4e36a4c2c Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Fri, 28 Feb 2025 14:22:08 +0900 Subject: [PATCH] =?UTF-8?q?context=EC=97=90=EC=84=9C=20=EC=84=9C=EA=B9=8C?= =?UTF-8?q?=EB=9E=98=20=EB=B3=80=EA=B2=BD=20=EC=95=88=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modal/roofAllocation/ContextRoofAllocationSetting.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx index e1846f33..eb76dcb8 100644 --- a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx +++ b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx @@ -139,6 +139,7 @@ export default function ContextRoofAllocationSetting(props) { showKey={'clCodeNm'} sourceKey={'clCode'} targetKey={roof.raft ? 'raft' : 'raftBaseCd'} + onChange={(e) => handleChangeRaft(e, index)} /> )}