From c9f45783789a480f75372eb2eefabf6d2e77e572 Mon Sep 17 00:00:00 2001 From: Roji Philip Date: Sun, 25 Feb 2024 23:20:36 +0530 Subject: [PATCH] disallow report preview as latest action --- src/libs/ReportUtils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 2daf337ddb80..352f8e3af23d 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -3323,7 +3323,6 @@ function updateReportPreview(iouReport: OnyxEntry, reportPreviewAction: const message = getReportPreviewMessage(iouReport, reportPreviewAction); return { ...reportPreviewAction, - created: DateUtils.getDBTime(), message: [ { html: message,