feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
Showing only changes of commit 089ffed7af - Show all commits

View File

@ -369,8 +369,8 @@ const Trestle = forwardRef((props, ref) => {
// ...constructionList.find((construction) => newAddedRoofs[index].construction.constTp === construction.constTp),
...roof.construction,
roofIndex: roof.index,
setupCover: roof.cvrYn === 'Y',
setupSnowCover: roof.snowGdYn === 'Y',
setupCover: cvrChecked,
setupSnowCover: snowGdChecked,
selectedIndex: roof.index,
},
trestleDetail: roof.trestleDetail,