Skip to content

Commit

Permalink
Fix propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Aug 2, 2019
1 parent 43aa0db commit c5e825e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/component/src/Attachment/UploadAttachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ UploadAttachment.propTypes = {
})
}).isRequired,
attachment: PropTypes.shape({
contentUrl: PropTypes.string.isRequired,
name: PropTypes.string.isRequired
}).isRequired,
language: PropTypes.string.isRequired,
Expand Down

0 comments on commit c5e825e

Please sign in to comment.