exception console error 추가

This commit is contained in:
hyojun.choi 2025-02-07 18:27:11 +09:00
parent 22831a4da3
commit 3200e201c4

View File

@ -593,6 +593,7 @@ export const useTrestle = () => {
return setEstimateData()
} catch (e) {
// 에러 발생시 가대 초기화
console.error(e)
clear()
setViewCircuitNumberTexts(true)
return null