Skip to content

Commit

Permalink
add pending action to all created previews
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Jul 24, 2024
1 parent 6002cfb commit 110921d
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 @@ -6270,6 +6270,7 @@ function getReportFromHoldRequestsOnyxData(
...originalMessage,
IOUReportID: optimisticExpenseReport.reportID,
},
pendingAction: CONST.RED_BRICK_ROAD_PENDING_ACTION.ADD,
};

const heldReport = getReportOrDraftReport(holdReportAction.childReportID);
Expand Down

0 comments on commit 110921d

Please sign in to comment.