Skip to content

Commit

Permalink
make available download and share on reports
Browse files Browse the repository at this point in the history
  • Loading branch information
tedw87 committed Apr 19, 2024
1 parent 780bf41 commit f30355c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/theme/BannerTitle/BannerTitle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const BannerTitle = (props) => {
hideCreationDate: false,
hideModificationDate: false,
hidePublishingDate: false,
hideDownloadButton: true,
hideShareButton: true,
hideDownloadButton: false,
hideShareButton: false,
}}
metadata={content}
/>
Expand Down

0 comments on commit f30355c

Please sign in to comment.