견적서 아이템 조회 시 에러 처리

This commit is contained in:
hyojun.choi 2025-02-18 17:09:02 +09:00
parent e4916b1a06
commit 16a44296db

View File

@ -364,6 +364,8 @@ export default function CircuitTrestleSetting({ id }) {
await saveCanvas(false) await saveCanvas(false)
// //
await saveEstimate(result) await saveEstimate(result)
} else {
setIsGlobalLoading(false)
} }
// removeNotAllocationModules() // removeNotAllocationModules()
} }