오류 수정

This commit is contained in:
hyojun.choi 2026-01-09 09:53:40 +09:00
parent 6a276c4bd7
commit af90e0fa36

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({ setBasicSetting({
...basicSetting, ...basicSetting,