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 }