From 806c829adabe0a0206a5c87d2fb7faadd4dc5c89 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 2 Jun 2025 10:42:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=B6=95=EB=A9=B4=20=ED=95=A0?= =?UTF-8?q?=EB=8B=B9=20=EC=8B=9C=20alert=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofAllocationSetting.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index fee893a6..5fbc3ab3 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -212,7 +212,6 @@ export function useRoofAllocationSetting(id) { } await post({ url: `/api/canvas-management/roof-allocation-settings`, data: patternData }).then((res) => { - swalFire({ text: getMessage(res.returnMessage) }) setIsGlobalLoading(false) })