We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54498eb commit f9411f9Copy full SHA for f9411f9
components/Forms/SearchForm.tsx
@@ -32,6 +32,7 @@ const SearchFormComponent: React.FunctionComponent<Props> = ({
32
const router = useRouter()
33
useFetchVehicleModels(form)
34
const [openExpand, setOpenExpand] = useState(false)
35
+ /* @ts-ignore */
36
const [_, __, closeModal] = useModal()
37
const { t } = useTranslation()
38
const onSubmit = (values: any) => {
0 commit comments