Skip to content

Commit

Permalink
Merge pull request #49763 from Krishna2323/krishna2323/issue/49261
Browse files Browse the repository at this point in the history
fix: Web - Sage - Two console errors appear when downloading the Expensify package for Sage Intacct.
  • Loading branch information
stitesExpensify committed Sep 27, 2024
2 parents 5ff4975 + edc6980 commit 71db3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function SageIntacctPrerequisitesPage({route}: SageIntacctPrerequisitesPageProps
iconRight: Expensicons.NewWindow,
shouldShowRightIcon: true,
onPress: () => {
fileDownload(CONST.EXPENSIFY_PACKAGE_FOR_SAGE_INTACCT, CONST.EXPENSIFY_PACKAGE_FOR_SAGE_INTACCT_FILE_NAME);
fileDownload(CONST.EXPENSIFY_PACKAGE_FOR_SAGE_INTACCT, CONST.EXPENSIFY_PACKAGE_FOR_SAGE_INTACCT_FILE_NAME, '', true);
},
onSecondaryInteraction: (event: GestureResponderEvent | MouseEvent) =>
ReportActionContextMenu.showContextMenu(CONST.CONTEXT_MENU_TYPES.LINK, event, CONST.EXPENSIFY_PACKAGE_FOR_SAGE_INTACCT, popoverAnchor.current),
Expand Down

0 comments on commit 71db3f1

Please sign in to comment.