Skip to content

Commit

Permalink
fix: create child report with parent's policy name
Browse files Browse the repository at this point in the history
  • Loading branch information
sangar-1028 committed Jan 25, 2024
1 parent d64895f commit 999d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ function navigateToAndOpenChildReport(childReportID = '0', parentReportAction: P
parentReport?.policyID ?? CONST.POLICY.OWNER_EMAIL_FAKE,
CONST.POLICY.OWNER_ACCOUNT_ID_FAKE,
false,
'',
parentReport?.policyName ?? '',
undefined,
undefined,
ReportUtils.getChildReportNotificationPreference(parentReportAction),
Expand Down

0 comments on commit 999d576

Please sign in to comment.