Skip to content

Commit

Permalink
Fix invalid PropType
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Apr 27, 2024
1 parent cc2b7d5 commit 04af329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/app/js/components/ShareButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ShareButton extends React.Component {
task: PropTypes.object.isRequired,
linksTarget: PropTypes.oneOf(['map', '3d']).isRequired,
popupPlacement: PropTypes.string,
queryParams: PropTypes.string
queryParams: PropTypes.object
}

constructor(props){
Expand Down

0 comments on commit 04af329

Please sign in to comment.