bottomsheet 변경
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user