From 21683d25377c3aa40638b92c537449d2006ee5dd Mon Sep 17 00:00:00 2001 From: Luna McNulty Date: Mon, 23 Oct 2023 10:17:38 -0400 Subject: [PATCH 1/2] fix dedupe known/potential, allowNew, not applicable --- .../src/components/checklists/CheckListForm.js | 3 ++- .../src/components/checklists/RiskSection.js | 14 ++++++++++++-- site/gatsby-site/src/components/forms/Tags.js | 3 ++- site/gatsby-site/src/utils/checklists.js | 6 +++--- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/site/gatsby-site/src/components/checklists/CheckListForm.js b/site/gatsby-site/src/components/checklists/CheckListForm.js index 6c3bf2f4bf..554ecda6ba 100644 --- a/site/gatsby-site/src/components/checklists/CheckListForm.js +++ b/site/gatsby-site/src/components/checklists/CheckListForm.js @@ -265,6 +265,7 @@ const QueryTagInput = ({ labelKey={labelKey} placeHolder={placeHolder} disabled={!userIsOwner} + allowNew={false} /> ); @@ -396,7 +397,7 @@ function Info({ children, className }) { className={`${className} bg-amber-50 text-amber-900 border border-amber-300 p-4 rounded shadow-md my-4`} >