roofIndex 추가
This commit is contained in:
parent
1cad8eaf76
commit
15cb2cf270
@ -267,6 +267,7 @@ const Trestle = forwardRef((props, ref) => {
|
||||
...moduleSelectionData,
|
||||
roofConstructions: newAddedRoofs.map((roof, index) => {
|
||||
return {
|
||||
roofIndex: index,
|
||||
addRoof: {
|
||||
...moduleSelectionData.roofConstructions[index]?.addRoof,
|
||||
...roof.addRoof,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user