From 04af329f784e905e8e8259eda204503e4b9f53b5 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 27 Apr 2024 11:28:19 -0400 Subject: [PATCH] Fix invalid PropType --- app/static/app/js/components/ShareButton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/app/js/components/ShareButton.jsx b/app/static/app/js/components/ShareButton.jsx index f9d98ae75..6d90eb941 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){