diff --git a/src/CONST.ts b/src/CONST.ts index 50c76676c990..72da362a3bce 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -588,6 +588,7 @@ const CONST = { DELEGATESUBMIT: 'DELEGATESUBMIT', // OldDot Action DELETEDACCOUNT: 'DELETEDACCOUNT', // OldDot Action DONATION: 'DONATION', // OldDot Action + EXPORTEDTOCSV: 'EXPORTEDTOCSV', // OldDot Action EXPORTEDTOINTEGRATION: 'EXPORTEDTOINTEGRATION', // OldDot Action EXPORTEDTOQUICKBOOKS: 'EXPORTEDTOQUICKBOOKS', // OldDot Action FORWARDED: 'FORWARDED', // OldDot Action diff --git a/src/pages/home/report/ReportActionItem.tsx b/src/pages/home/report/ReportActionItem.tsx index efc3dc28f948..d0a9a2a5f40e 100644 --- a/src/pages/home/report/ReportActionItem.tsx +++ b/src/pages/home/report/ReportActionItem.tsx @@ -525,6 +525,7 @@ function ReportActionItem({ CONST.REPORT.ACTIONS.TYPE.DELEGATESUBMIT, CONST.REPORT.ACTIONS.TYPE.DELETEDACCOUNT, CONST.REPORT.ACTIONS.TYPE.DONATION, + CONST.REPORT.ACTIONS.TYPE.EXPORTEDTOCSV, CONST.REPORT.ACTIONS.TYPE.EXPORTEDTOINTEGRATION, CONST.REPORT.ACTIONS.TYPE.EXPORTEDTOQUICKBOOKS, CONST.REPORT.ACTIONS.TYPE.FORWARDED,