Compare commits
No commits in common. "5b74a8ee6b2fe1e8f23f751c4e37a238d4384f6a" and "abe0ddb731ca590b8e2d48cc54408d1a0104b56e" have entirely different histories.
5b74a8ee6b
...
abe0ddb731
@ -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