Skip to content

Commit

Permalink
Hotfix: 이미지 생성 오류 시에도 에러 바운더리 표시
Browse files Browse the repository at this point in the history
  • Loading branch information
leve68 committed Nov 27, 2024
1 parent 9ad214e commit b50b0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/diary/diaryflow/Content/Style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Style = ({
setIsLoaded(true);
})
.catch((error) => {
throw error;
showBoundary(error);
});
} else if (flow === DIARY_FLOW.CREATE) {
createDiaryAndGetId(diaryInfo)
Expand Down

0 comments on commit b50b0d7

Please sign in to comment.