회로/가대 승압 저장 시 오류 수정

This commit is contained in:
changkyu choi 2025-02-18 10:56:11 +09:00
parent 1f5351fc59
commit 9450f7bfa4

View File

@ -343,9 +343,15 @@ export default function CircuitTrestleSetting({ id }) {
handleCanvasToPng(1) handleCanvasToPng(1)
// //
// //
apply() // apply()
// apply() null
const applyResult = apply()
if (applyResult === null) {
setIsGlobalLoading(false)
return
}
const result = await getEstimateData() const result = await getEstimateData()