Skip to content

Commit 5b44cdd

Browse files
authored
Merge pull request Expensify#80298 from nkdengineer/fix/79862
2 parents e3cb6c8 + 9fa8a2f commit 5b44cdd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/libs/actions/Report.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5814,6 +5814,11 @@ function convertIOUReportToExpenseReport(
58145814
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
58155815
value: {[movedReportAction.reportActionID]: movedReportAction},
58165816
});
5817+
successData.push({
5818+
onyxMethod: Onyx.METHOD.MERGE,
5819+
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
5820+
value: {[movedReportAction.reportActionID]: {pendingAction: null}},
5821+
});
58175822
failureData.push({
58185823
onyxMethod: Onyx.METHOD.MERGE,
58195824
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,

0 commit comments

Comments
 (0)