가대 설치중 오류 수정

This commit is contained in:
hyojun.choi 2025-02-18 12:23:48 +09:00
parent 4372693bca
commit 77e5fa9e8a

View File

@ -351,7 +351,7 @@ export default function CircuitTrestleSetting({ id }) {
// apply()
// apply() null
const applyResult = apply()
if (applyResult === null) {
if (!applyResult) {
setIsGlobalLoading(false)
return
}