File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11import { zodResolver } from "@hookform/resolvers/zod"
22import { useMutation , useQuery } from "@tanstack/react-query"
3- import { createFileRoute , useNavigate } from "@tanstack/react-router"
3+ import { createFileRoute } from "@tanstack/react-router"
44import { useState } from "react"
55import { useForm } from "react-hook-form"
66import { z } from "zod"
@@ -396,7 +396,6 @@ function getDefaultValues(company: CompanyPublic | null): RegistrationFormData {
396396function PjRegistration ( ) {
397397 const { token } = Route . useSearch ( )
398398 const { showSuccessToast, showErrorToast } = useCustomToast ( )
399- const _navigate = useNavigate ( )
400399 const [ confirmOpen , setConfirmOpen ] = useState ( false )
401400 const [ completed , setCompleted ] = useState ( false )
402401
You can’t perform that action at this time.
0 commit comments