Skip to content

Commit

Permalink
fix: Web - Sage - Two console errors appear when downloading the Expe…
Browse files Browse the repository at this point in the history
…nsify package for Sage Intacct.

Signed-off-by: krishna2323 <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Sep 26, 2024
1 parent b1720c7 commit edc6980
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 edc6980

Please sign in to comment.