Skip to content

Commit 765b314

Browse files
committed
set copyValue
1 parent 9380713 commit 765b314

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/ReportDetailsPage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,12 +878,14 @@ function ReportDetailsPage({policy, report, route, reportMetadata}: ReportDetail
878878
<MenuItemWithTopDescription
879879
title={base62ReportID}
880880
description={translate('common.reportID')}
881+
copyValue={base62ReportID}
881882
interactive={false}
882883
shouldBlockSelection
883884
/>
884885
<MenuItemWithTopDescription
885886
title={report.reportID}
886887
description={translate('common.longID')}
888+
copyValue={report.reportID}
887889
interactive={false}
888890
shouldBlockSelection
889891
/>

0 commit comments

Comments
 (0)