함수명 수정
This commit is contained in:
parent
9fdfe76e3a
commit
85e2d5b2f0
@ -330,7 +330,7 @@ export default function CircuitTrestleSetting({ id }) {
|
||||
|
||||
// 회로할당(승압설정) 저장 버튼 클릭 시
|
||||
const onApply = async () => {
|
||||
setAllSurfaceIsComplete(false)
|
||||
setAllModuleSurfaceIsComplete(false)
|
||||
|
||||
setIsGlobalLoading(true)
|
||||
canvas
|
||||
@ -365,7 +365,7 @@ export default function CircuitTrestleSetting({ id }) {
|
||||
await saveCanvas(false)
|
||||
// 견적서 저장
|
||||
await saveEstimate(result)
|
||||
setAllSurfaceIsComplete(true)
|
||||
setAllModuleSurfaceIsComplete(true)
|
||||
} else {
|
||||
setIsGlobalLoading(false)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user