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

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

View File

@ -345,7 +345,13 @@ export default function CircuitTrestleSetting({ id }) {
// //
// //
apply() // apply()
// apply() null
const applyResult = apply()
if (applyResult === null) {
setIsGlobalLoading(false)
return
}
const result = await getEstimateData() const result = await getEstimateData()