Skip to content

Commit 9fa8a2f

Browse files
committed
fix: System Message Moved This Expense Appears Greyed Out When User Goes Offline
1 parent 6e6f87c commit 9fa8a2f

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
@@ -5723,6 +5723,11 @@ function convertIOUReportToExpenseReport(
57235723
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
57245724
value: {[movedReportAction.reportActionID]: movedReportAction},
57255725
});
5726+
successData.push({
5727+
onyxMethod: Onyx.METHOD.MERGE,
5728+
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,
5729+
value: {[movedReportAction.reportActionID]: {pendingAction: null}},
5730+
});
57265731
failureData.push({
57275732
onyxMethod: Onyx.METHOD.MERGE,
57285733
key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${oldChatReportID}`,

0 commit comments

Comments
 (0)