Merge pull request 'trestleState.constTp === data.constTp),' (#358) from dev into prd-deploy
Reviewed-on: #358
This commit is contained in:
commit
a6d9e0c41b
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user