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