We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2f67f9 + ec9a775 commit 90a1901Copy full SHA for 90a1901
1 file changed
src/libs/actions/Report.ts
@@ -4913,6 +4913,18 @@ function deleteAppReport(reportID: string | undefined) {
4913
value: {[unreportedAction.reportActionID]: unreportedAction},
4914
});
4915
4916
+ successData.push({
4917
+ onyxMethod: Onyx.METHOD.MERGE,
4918
+ key: `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${childReportID}`,
4919
+ value: {[unreportedAction.reportActionID]: {pendingAction: null}},
4920
+ });
4921
+
4922
+ failureData.push({
4923
4924
4925
+ value: {[unreportedAction.reportActionID]: null},
4926
4927
4928
if (transactionID) {
4929
transactionIDToReportActionAndThreadData[transactionID] = {
4930
moneyRequestPreviewReportActionID: newReportActionID,
0 commit comments