We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee95a5 commit 899084eCopy full SHA for 899084e
apps/host/src/features/notice/use-image-upload.ts
@@ -94,8 +94,6 @@ export const useImageUpload = (initialUrls: string[] = []) => {
94
return image;
95
}),
96
);
97
- } catch {
98
- toast.show('이미지 업로드 중 오류가 발생했습니다.');
99
} finally {
100
compressingTaskCountRef.current = Math.max(
101
0,
0 commit comments