feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
Showing only changes of commit 15cb2cf270 - Show all commits

View File

@ -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,