Compare commits

..

No commits in common. "a6d9e0c41b16cff2516b37e7a719c3f90947c797" and "a1a7dcb1bfa0993477f72a350dc79a40cdd9ea46" have entirely different histories.

View File

@ -468,8 +468,7 @@ const Trestle = forwardRef((props, ref) => {
...selectedRoofBase, ...selectedRoofBase,
}, },
construction: { construction: {
//...constructionList.find((data) => newAddedRoofs[index].construction.constTp === data.constTp), ...constructionList.find((data) => newAddedRoofs[index].construction.constTp === data.constTp),
...constructionList.find((data) => trestleState.constTp === data.constTp),
cvrYn, cvrYn,
snowGdPossYn, snowGdPossYn,
cvrChecked, cvrChecked,