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