From af90e0fa36e670132cceb8b5db2429582a074c97 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Fri, 9 Jan 2026 09:53:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofAllocationSetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index 70874765..a49e856e 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -185,7 +185,7 @@ export function useRoofAllocationSetting(id) { }) } - const firstRes = Array.isArray(res) && res.length > 0 ? res[0] : null + const firstRes = Array.isArray(response) && response.length > 0 ? response[0] : null setBasicSetting({ ...basicSetting, -- 2.47.2 From ed63cc664c77abf81d212b30accd2555b8abd4f7 Mon Sep 17 00:00:00 2001 From: ysCha Date: Fri, 9 Jan 2026 10:33:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?YJSS=20=EC=88=A8=EA=B9=80=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index a8f5f148..ee2fab4b 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1465,19 +1465,19 @@ export default function Estimate({}) { : 'none', }} > - { - //주문분류 - setHandlePricingFlag(true) - setEstimateContextState({ estimateType: e.target.value, setEstimateContextState }) - }} - /> - + {/* {*/} + {/* //주문분류*/} + {/* setHandlePricingFlag(true)*/} + {/* setEstimateContextState({ estimateType: e.target.value, setEstimateContextState })*/} + {/* }}*/} + {/*/>*/} + {/**/}