From b97f372f62484fac53391b00c4ada30389e25d64 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 15 Oct 2024 18:00:37 +0900 Subject: [PATCH] =?UTF-8?q?sleeve=20=EC=86=8D=EC=84=B1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofShapeSetting.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/roofcover/useRoofShapeSetting.js b/src/hooks/roofcover/useRoofShapeSetting.js index 1984632d..e8bf3684 100644 --- a/src/hooks/roofcover/useRoofShapeSetting.js +++ b/src/hooks/roofcover/useRoofShapeSetting.js @@ -385,6 +385,7 @@ export function useRoofShapeSetting(setShowRoofShapeSettingModal) { attributes = { type: LINE_TYPE.WALLLINE.WALL, width: hasSleeve === '0' ? 0 : sleeveOffset / 10, + sleeve: hasSleeve === '1', } break }