Skip to content

Commit

Permalink
fix: 엑셀 다운로드 에러시 무한 로딩 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
D0Dam committed Oct 16, 2024
1 parent 2b15f7a commit d167916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Coop/components/DownloadModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default function DownloadModal({ closeModal }: DownloadModalProps) {
// }

showToast('다운로드에 실패했습니다.');
setIsDownloading(false);
}
};

Expand Down

0 comments on commit d167916

Please sign in to comment.