From 070e9d933fe746a7b4c5f29ab9b697cc4b4e9b6e Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Thu, 10 Apr 2025 11:36:44 +0900 Subject: [PATCH] =?UTF-8?q?api=20=EC=98=A4=EB=A5=98=20=EC=8B=9C=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/module/useTrestle.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hooks/module/useTrestle.js b/src/hooks/module/useTrestle.js index 835609af..7048e64e 100644 --- a/src/hooks/module/useTrestle.js +++ b/src/hooks/module/useTrestle.js @@ -717,6 +717,9 @@ export const useTrestle = () => { if (result.resultCode === 'E') { swalFire({ text: result.resultMsg, icon: 'error' }) + clear() + setViewCircuitNumberTexts(true) + setIsGlobalLoading(false) return }