We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6f87c commit 9fa8a2fCopy full SHA for 9fa8a2f
1 file changed
src/libs/actions/Report.ts
@@ -5723,6 +5723,11 @@ function convertIOUReportToExpenseReport(
5723
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
5724
value: {[movedReportAction.reportActionID]: movedReportAction},
5725
});
5726
+ successData.push({
5727
+ onyxMethod: Onyx.METHOD.MERGE,
5728
+ key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
5729
+ value: {[movedReportAction.reportActionID]: {pendingAction: null}},
5730
+ });
5731
failureData.push({
5732
onyxMethod: Onyx.METHOD.MERGE,
5733
0 commit comments