dev #568

Merged
ysCha merged 3 commits from dev into prd-deploy 2026-01-09 10:37:48 +09:00
Showing only changes of commit af90e0fa36 - Show all commits

View File

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