Merge branch 'dev' of https://git.hanasys.jp/qcast3/qcast-front into dev_ysCha
This commit is contained in:
commit
04f06702a8
@ -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({
|
||||
...basicSetting,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user