From 0a664624e3e7e6424479cc708fd331e47b332a94 Mon Sep 17 00:00:00 2001 From: Pavlo Tsimura Date: Thu, 25 Jan 2024 08:29:32 +0100 Subject: [PATCH] Set category & tag optimistically for the scan split requests --- src/libs/actions/IOU.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libs/actions/IOU.js b/src/libs/actions/IOU.js index eb9541edcad2..9ff7656ca1c8 100644 --- a/src/libs/actions/IOU.js +++ b/src/libs/actions/IOU.js @@ -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