bottomsheet

This commit is contained in:
focp212@naver.com
2025-11-07 16:23:49 +09:00
parent 0696c42e62
commit 6b6d3cff0e
24 changed files with 185 additions and 124 deletions

View File

@@ -290,8 +290,8 @@ export const BillingListPage = () => {
<EmailBottomSheet
bottomSheetOn={ downloadBottomSheetOn }
setBottomSheetOn={ setDownloadBottomSheetOn }
imageSave={ false }
sendEmail={ true }
imageMode={ false }
emailMode={ true }
sendRequest={ onRequestDownload }
></EmailBottomSheet>
}