Skip to content

Commit 954747b

Browse files
fix: copy parentReportActionID to optionItem to keep isThread checks accurate
1 parent 8bfa8d6 commit 954747b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/SidebarUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ function getOptionData({
874874
result.keyForList = String(report.reportID);
875875
result.hasOutstandingChildRequest = report.hasOutstandingChildRequest;
876876
result.parentReportID = report.parentReportID;
877+
result.parentReportActionID = report.parentReportActionID;
877878
result.isWaitingOnBankAccount = report.isWaitingOnBankAccount;
878879
result.notificationPreference = getReportNotificationPreference(report);
879880
result.isAllowedToComment = canUserPerformWriteActionUtil(report, isReportArchived);

0 commit comments

Comments
 (0)