오류 수정
This commit is contained in:
parent
6a276c4bd7
commit
af90e0fa36
@ -185,7 +185,7 @@ export function useRoofAllocationSetting(id) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const firstRes = Array.isArray(res) && res.length > 0 ? res[0] : null
|
const firstRes = Array.isArray(response) && response.length > 0 ? response[0] : null
|
||||||
|
|
||||||
setBasicSetting({
|
setBasicSetting({
|
||||||
...basicSetting,
|
...basicSetting,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user