에러 발생시 가대 그렸던것 초기화

This commit is contained in:
hyojun.choi 2025-02-07 16:00:52 +09:00
parent 728d05bb13
commit 831bac6f1b

View File

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