From d126055454b54a959bc2fbbbf44bb218b236ff20 Mon Sep 17 00:00:00 2001 From: Daseul Kim Date: Tue, 26 Aug 2025 14:43:08 +0900 Subject: [PATCH] =?UTF-8?q?[#1242]=20=ED=98=84=EC=9E=A5=EC=A1=B0=EC=82=AC?= =?UTF-8?q?=20App=20=EB=AC=B8=EC=9D=98=20=EA=B8=B0=EB=8A=A5=20=EC=A0=9C?= =?UTF-8?q?=ED=95=9C=20-=20=ED=95=84=ED=84=B0=20=EC=A1=B0=EA=B1=B4?= =?UTF-8?q?=EA=B0=92=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/inquiry/RegistForm.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/inquiry/RegistForm.tsx b/src/components/inquiry/RegistForm.tsx index 3ded646..596e589 100644 --- a/src/components/inquiry/RegistForm.tsx +++ b/src/components/inquiry/RegistForm.tsx @@ -153,6 +153,7 @@ export default function RegistForm() { {commonCodeList .filter((code) => code.headCd === InquiryCommCode.QNA_CLS_LRG_CD.headCd) + .filter((code) => code.code === 'A01') // 견적 관련 設計関連 .map((code) => ( {commonCodeList .filter((code) => code.refChr1 === inquiryRequest.qnaClsLrgCd) + .filter((code) => code.code === 'B01') // 지붕재 설치 여부 屋根材設置可否 .map((code) => (