Skip to content

Commit

Permalink
Set category & tag optimistically for the scan split requests
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Jan 25, 2024
1 parent 149eda1 commit 0a66462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,9 @@ function startSplitBill(participants, currentUserLogin, currentUserAccountID, co
CONST.TRANSACTION.PARTIAL_TRANSACTION_MERCHANT,
receiptObject,
filename,
undefined,
category,
tag,
);

// Note: The created action must be optimistically generated before the IOU action so there's no chance that the created action appears after the IOU action in the chat
Expand Down

0 comments on commit 0a66462

Please sign in to comment.