From b50b0d796a46e64802d546cba2011804d0f81d60 Mon Sep 17 00:00:00 2001 From: leve68 Date: Wed, 27 Nov 2024 20:39:51 +0900 Subject: [PATCH] =?UTF-8?q?Hotfix:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=20=EC=98=A4=EB=A5=98=20=EC=8B=9C=EC=97=90?= =?UTF-8?q?=EB=8F=84=20=EC=97=90=EB=9F=AC=20=EB=B0=94=EC=9A=B4=EB=8D=94?= =?UTF-8?q?=EB=A6=AC=20=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pages/diary/diaryflow/Content/Style.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/diary/diaryflow/Content/Style.tsx b/src/components/pages/diary/diaryflow/Content/Style.tsx index 422e0e2..a16e916 100644 --- a/src/components/pages/diary/diaryflow/Content/Style.tsx +++ b/src/components/pages/diary/diaryflow/Content/Style.tsx @@ -40,7 +40,7 @@ const Style = ({ setIsLoaded(true); }) .catch((error) => { - throw error; + showBoundary(error); }); } else if (flow === DIARY_FLOW.CREATE) { createDiaryAndGetId(diaryInfo)