From 35d807f234c78d75d57ba58a5b47fd91c290116d Mon Sep 17 00:00:00 2001 From: Bivekich Date: Wed, 2 Jul 2025 17:02:31 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B8=D0=BF=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20inputRefs=20=D0=B2=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=D0=B5=20WizardSearchForm:?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B0=20null?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20HTMLInputElement.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/WizardSearchForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WizardSearchForm.tsx b/src/components/WizardSearchForm.tsx index 8bb34ef..8a767e9 100644 --- a/src/components/WizardSearchForm.tsx +++ b/src/components/WizardSearchForm.tsx @@ -20,7 +20,7 @@ const WizardSearchForm: React.FC = ({ const [error, setError] = useState(''); const [queries, setQueries] = useState>({}); const buttonRefs = useRef>>({}); - const inputRefs = useRef>>({}); + const inputRefs = useRef>>({}); const [showSearchButton, setShowSearchButton] = React.useState(true); const [getWizard2] = useLazyQuery(GET_LAXIMO_WIZARD2, {