함수명 수정

This commit is contained in:
hyojun.choi 2025-03-06 10:23:54 +09:00
parent 9fdfe76e3a
commit 85e2d5b2f0

View File

@ -330,7 +330,7 @@ export default function CircuitTrestleSetting({ id }) {
// () // ()
const onApply = async () => { const onApply = async () => {
setAllSurfaceIsComplete(false) setAllModuleSurfaceIsComplete(false)
setIsGlobalLoading(true) setIsGlobalLoading(true)
canvas canvas
@ -365,7 +365,7 @@ export default function CircuitTrestleSetting({ id }) {
await saveCanvas(false) await saveCanvas(false)
// //
await saveEstimate(result) await saveEstimate(result)
setAllSurfaceIsComplete(true) setAllModuleSurfaceIsComplete(true)
} else { } else {
setIsGlobalLoading(false) setIsGlobalLoading(false)
} }