지붕면 수정시 에러 수정

This commit is contained in:
hyojun.choi 2025-01-07 11:00:02 +09:00
parent 1b8c3ef2d5
commit e3e23a027d

View File

@ -258,8 +258,6 @@ export function useRoofAllocationSetting(id) {
return roof return roof
}) })
newRoofList[selectedIndex].selected = true
setCurrentRoofList(newRoofList) setCurrentRoofList(newRoofList)
} }