From 6e8a4729fbf9442e498837ed0d4cd7e2f3765799 Mon Sep 17 00:00:00 2001 From: yjnoh Date: Mon, 24 Feb 2025 13:47:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A1=EC=A7=80=EB=B6=95=20=EB=AA=A8?= =?UTF-8?q?=EB=93=88=20=EC=96=BC=EB=9F=BF=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/floor-plan/modal/basic/BasicSetting.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/floor-plan/modal/basic/BasicSetting.jsx b/src/components/floor-plan/modal/basic/BasicSetting.jsx index 9a537163..291ef086 100644 --- a/src/components/floor-plan/modal/basic/BasicSetting.jsx +++ b/src/components/floor-plan/modal/basic/BasicSetting.jsx @@ -70,7 +70,7 @@ export default function BasicSetting({ id, pos = { x: 50, y: 230 } }) { userId: loginUserState.userId, //작성자아아디 }) } else { - if (!isObjectNotEmpty(moduleSelectionData.flatModule)) { + if (!isObjectNotEmpty(moduleSelectionData.module)) { Swal.fire({ title: getMessage('module.not.found'), icon: 'warning',