diff --git a/site/gatsby-site/src/components/checklists/CheckListForm.js b/site/gatsby-site/src/components/checklists/CheckListForm.js index 360a73e921..c276edda20 100644 --- a/site/gatsby-site/src/components/checklists/CheckListForm.js +++ b/site/gatsby-site/src/components/checklists/CheckListForm.js @@ -271,7 +271,6 @@ const AboutSystem = ({ formAbout, debouncedSetFieldValue, userIsOwner }) => { const QueryTagInput = ({ title, id, - labelKey, include, idValue, tags, @@ -279,6 +278,7 @@ const QueryTagInput = ({ placeHolder, userIsOwner, icon, + trimTaxonomy = false, }) => (