Merge pull request 'trestleState.constTp === data.constTp),' (#357) from dev into dev-deploy

Reviewed-on: #357
This commit is contained in:
ysCha 2025-09-25 10:55:59 +09:00
commit 27cacfb17b

View File

@ -468,7 +468,8 @@ const Trestle = forwardRef((props, ref) => {
...selectedRoofBase,
},
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,
snowGdPossYn,
cvrChecked,