Skip to content

Commit 3cf3059

Browse files
authored
Merge pull request #49040 from nkdengineer/fix/47976
fix: LHN shows Hidden report with RBR
2 parents 517ffaa + c15df93 commit 3cf3059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libs/actions/ReportActions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function clearReportActionErrors(reportID: string, reportAction: ReportAction, k
3636
const linkedTransactionID = ReportActionUtils.getLinkedTransactionID(reportAction.reportActionID, originalReportID || '-1');
3737
if (linkedTransactionID) {
3838
Onyx.set(`${ONYXKEYS.COLLECTION.TRANSACTION}${linkedTransactionID}`, null);
39+
Onyx.set(`${ONYXKEYS.COLLECTION.REPORT}${reportAction.childReportID}`, null);
3940
}
4041

4142
// Delete the failed task report too

0 commit comments

Comments
 (0)