Compare commits

..

No commits in common. "adf9febc8c81b136bb448a68889111c4172dce1f" and "d53d7f4220042abfdb26cd496318bc976c5ef473" have entirely different histories.

View File

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