diff --git a/src/components/Attachments/AttachmentCarousel/attachmentCarouselPropTypes.js b/src/components/Attachments/AttachmentCarousel/attachmentCarouselPropTypes.js index fc5e07c4482f..81f22f684243 100644 --- a/src/components/Attachments/AttachmentCarousel/attachmentCarouselPropTypes.js +++ b/src/components/Attachments/AttachmentCarousel/attachmentCarouselPropTypes.js @@ -14,6 +14,7 @@ const propTypes = { /** Function to change the download button Visibility */ setDownloadButtonVisibility: PropTypes.func, + /** Object of report actions for this report */ reportActions: PropTypes.shape(reportActionPropTypes),