Skip to content

Commit

Permalink
Merge pull request #33811 from shubham1206agra/fix-submit-error
Browse files Browse the repository at this point in the history
  • Loading branch information
cead22 authored Jan 9, 2024
2 parents 6cead54 + 31e0e0b commit ff95c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@ function submitReport(expenseReport) {
onyxMethod: Onyx.METHOD.MERGE,
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${expenseReport.reportID}`,
value: {
[expenseReport.reportActionID]: {
[optimisticSubmittedReportAction.reportActionID]: {
errors: ErrorUtils.getMicroSecondOnyxError('iou.error.other'),
},
},
Expand Down

0 comments on commit ff95c0c

Please sign in to comment.