Skip to content

Commit

Permalink
Merge pull request #35876 from bernhardoj/fix/35434-report-preview-di…
Browse files Browse the repository at this point in the history
…sappears-after-close-error-msg

Fix report preview disappears after clearing the error message
  • Loading branch information
luacmartins authored Feb 6, 2024
2 parents 582ee3f + 8cccff6 commit 8d78526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2806,6 +2806,7 @@ function deleteMoneyRequest(transactionID: string, reportAction: OnyxTypes.Repor
value: {
[reportPreviewAction?.reportActionID ?? '']: {
...reportPreviewAction,
pendingAction: null,
errors: ErrorUtils.getMicroSecondOnyxError('iou.error.genericDeleteFailureMessage'),
},
},
Expand Down

0 comments on commit 8d78526

Please sign in to comment.