Skip to content

Commit

Permalink
Merge pull request Expensify#30477 from dukenv0307/fix/29954
Browse files Browse the repository at this point in the history
Generate error when request money failure
  • Loading branch information
pecanoro authored Oct 30, 2023
2 parents 9443ece + 9a40d7d commit 09dd579
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 @@ -346,6 +346,7 @@ function buildOnyxDataForMoneyRequest(
: {
[reportPreviewAction.reportActionID]: {
created: reportPreviewAction.created,
errors: ErrorUtils.getMicroSecondOnyxError('iou.error.genericCreateFailureMessage'),
},
}),
},
Expand Down

0 comments on commit 09dd579

Please sign in to comment.