bottomsheet 변경

This commit is contained in:
focp212@naver.com
2025-11-10 10:26:49 +09:00
parent 5643e78555
commit 7a312dacc1

View File

@@ -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')}</button>
</div>
</motion.div>