We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3cb6c8 + 9fa8a2f commit 5b44cddCopy full SHA for 5b44cdd
1 file changed
src/libs/actions/Report.ts
@@ -5814,6 +5814,11 @@ function convertIOUReportToExpenseReport(
5814
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
5815
value: {[movedReportAction.reportActionID]: movedReportAction},
5816
});
5817
+ successData.push({
5818
+ onyxMethod: Onyx.METHOD.MERGE,
5819
+ key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
5820
+ value: {[movedReportAction.reportActionID]: {pendingAction: null}},
5821
+ });
5822
failureData.push({
5823
onyxMethod: Onyx.METHOD.MERGE,
5824
0 commit comments