We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 517ffaa + c15df93 commit 3cf3059Copy full SHA for 3cf3059
src/libs/actions/ReportActions.ts
@@ -36,6 +36,7 @@ function clearReportActionErrors(reportID: string, reportAction: ReportAction, k
36
const linkedTransactionID = ReportActionUtils.getLinkedTransactionID(reportAction.reportActionID, originalReportID || '-1');
37
if (linkedTransactionID) {
38
Onyx.set(`${ONYXKEYS.COLLECTION.TRANSACTION}${linkedTransactionID}`, null);
39
+ Onyx.set(`${ONYXKEYS.COLLECTION.REPORT}${reportAction.childReportID}`, null);
40
}
41
42
// Delete the failed task report too
0 commit comments