diff --git a/src/pages/Share/SubmitDetailsPage.tsx b/src/pages/Share/SubmitDetailsPage.tsx index 70642eb8120b6..3bdbdb21cf924 100644 --- a/src/pages/Share/SubmitDetailsPage.tsx +++ b/src/pages/Share/SubmitDetailsPage.tsx @@ -173,6 +173,7 @@ function SubmitDetailsPage({ receiptFilename={getFileName(currentAttachment?.content ?? '')} reportID={reportOrAccountID} shouldShowSmartScanFields={false} + isDistanceRequest={false} onPDFLoadError={() => { showErrorAlert(translate('attachmentPicker.attachmentError'), translate('attachmentPicker.errorWhileSelectingCorruptedAttachment')); }}