Skip to content

Commit f9411f9

Browse files
committed
add search page
1 parent 54498eb commit f9411f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Forms/SearchForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const SearchFormComponent: React.FunctionComponent<Props> = ({
3232
const router = useRouter()
3333
useFetchVehicleModels(form)
3434
const [openExpand, setOpenExpand] = useState(false)
35+
/* @ts-ignore */
3536
const [_, __, closeModal] = useModal()
3637
const { t } = useTranslation()
3738
const onSubmit = (values: any) => {

0 commit comments

Comments
 (0)