Compare commits
No commits in common. "77e34d849dd0831d31c16e91d254268ba75cc7d7" and "4a8428f9f788ff6c8be93b9cf95e07cdbca7dfaf" have entirely different histories.
77e34d849d
...
4a8428f9f7
@ -78,7 +78,7 @@ export function useCanvasPopupStatusController(param = 1) {
|
|||||||
})
|
})
|
||||||
if (data.roofConstructions) {
|
if (data.roofConstructions) {
|
||||||
setRoofs(data.roofConstructions)
|
setRoofs(data.roofConstructions)
|
||||||
// setManagementState({ ...managementState, roofs: data.roofConstructions.map((roof) => roof.construction.managementState) })
|
setManagementState({ ...managementState, roofs: data.roofConstructions.map((roof) => roof.construction.managementState) })
|
||||||
// setModuleSelectionDataStore({ ...moduleSelectionDataStore, roofConstructions: data.roofConstruction })
|
// setModuleSelectionDataStore({ ...moduleSelectionDataStore, roofConstructions: data.roofConstruction })
|
||||||
resultData = { ...resultData, roofConstructions: data.roofConstructions }
|
resultData = { ...resultData, roofConstructions: data.roofConstructions }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user