Skip to content

Commit df8852b

Browse files
authored
Merge pull request #64739 from bernhardoj/fix/64194-missing-report-name
Fix missing report name in Reports > Chats page
2 parents 16a58b5 + 2c834fe commit df8852b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ type ParticipantDetails = [number, string, AvatarSource, AvatarSource];
271271
type OptimisticAddCommentReportAction = Pick<
272272
ReportAction<typeof CONST.REPORT.ACTIONS.TYPE.ADD_COMMENT>,
273273
| 'reportActionID'
274+
| 'reportID'
274275
| 'actionName'
275276
| 'actorAccountID'
276277
| 'person'
@@ -5646,6 +5647,7 @@ function buildOptimisticAddCommentReportAction(
56465647
commentText,
56475648
reportAction: {
56485649
reportActionID,
5650+
reportID,
56495651
actionName: CONST.REPORT.ACTIONS.TYPE.ADD_COMMENT,
56505652
actorAccountID: accountID,
56515653
person: [

0 commit comments

Comments
 (0)