Skip to content

Commit

Permalink
Merge pull request #34469 from bernhardoj/fix/33158-paid-iou-with-err…
Browse files Browse the repository at this point in the history
…or-hides-when-error-clears

Fix failed to delete IOU disappears after closing the error message
  • Loading branch information
arosiclair authored Jan 16, 2024
2 parents 2fa38fc + 8f2ecd2 commit e5bd1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -2713,6 +2713,7 @@ function deleteMoneyRequest(transactionID, reportAction, isSingleTransactionView
value: {
[reportAction.reportActionID]: {
...reportAction,
pendingAction: null,
errors: ErrorUtils.getMicroSecondOnyxError('iou.error.genericDeleteFailureMessage'),
},
},
Expand Down

0 comments on commit e5bd1f1

Please sign in to comment.