diff --git a/app/static/app/js/components/ShareButton.jsx b/app/static/app/js/components/ShareButton.jsx index f9d98ae7..6d90eb94 100644 --- a/app/static/app/js/components/ShareButton.jsx +++ b/app/static/app/js/components/ShareButton.jsx @@ -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){