Compare commits

..

No commits in common. "27cacfb17b306458fa53c448f428e8fbba25e0b4" and "83a4e7fd1427bb15f13e952f74c253ff92c69141" 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,