bottomsheet 변경
This commit is contained in:
@@ -192,7 +192,8 @@ export const DownloadBottomSheet = ({
|
|||||||
className="btn-50 btn-blue flex-1"
|
className="btn-50 btn-blue flex-1"
|
||||||
type="button"
|
type="button"
|
||||||
onClick={ onClickToRequest }
|
onClick={ onClickToRequest }
|
||||||
disabled={!optionsEmails || optionsEmails.length === 0}
|
disabled={ !selectedMode
|
||||||
|
|| ((selectedMode === DownloadSelectedMode.EMAIL) && (!optionsEmails || optionsEmails.length === 0))}
|
||||||
>{t('common.request')}</button>
|
>{t('common.request')}</button>
|
||||||
</div>
|
</div>
|
||||||
</motion.div>
|
</motion.div>
|
||||||
|
|||||||
Reference in New Issue
Block a user