Skip to content

Commit

Permalink
Merge pull request #37187 from rojiphil/36582-fix-report-preview-in-s…
Browse files Browse the repository at this point in the history
…ame-place

fix disallow report preview as latest action
  • Loading branch information
roryabraham authored Feb 27, 2024
2 parents d2a9c6f + 216641a commit 4816890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3307,7 +3307,6 @@ function updateReportPreview(iouReport: OnyxEntry<Report>, reportPreviewAction:
const message = getReportPreviewMessage(iouReport, reportPreviewAction);
return {
...reportPreviewAction,
created: DateUtils.getDBTime(),
message: [
{
html: message,
Expand Down

0 comments on commit 4816890

Please sign in to comment.