가대 설치중 오류 수정
This commit is contained in:
parent
4372693bca
commit
77e5fa9e8a
@ -351,7 +351,7 @@ export default function CircuitTrestleSetting({ id }) {
|
||||
// apply()
|
||||
// apply() 결과를 체크하여 null이면 함수 종료
|
||||
const applyResult = apply()
|
||||
if (applyResult === null) {
|
||||
if (!applyResult) {
|
||||
setIsGlobalLoading(false)
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user