From 7a312dacc134bfc9d1d863d39c74689133a04724 Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Mon, 10 Nov 2025 10:26:49 +0900 Subject: [PATCH] =?UTF-8?q?bottomsheet=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/common/ui/download-bottom-sheet.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entities/common/ui/download-bottom-sheet.tsx b/src/entities/common/ui/download-bottom-sheet.tsx index c4a7e49..aaa8293 100644 --- a/src/entities/common/ui/download-bottom-sheet.tsx +++ b/src/entities/common/ui/download-bottom-sheet.tsx @@ -192,7 +192,8 @@ export const DownloadBottomSheet = ({ className="btn-50 btn-blue flex-1" type="button" onClick={ onClickToRequest } - disabled={!optionsEmails || optionsEmails.length === 0} + disabled={ !selectedMode + || ((selectedMode === DownloadSelectedMode.EMAIL) && (!optionsEmails || optionsEmails.length === 0))} >{t('common.request')}