Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2781 | Rev 3432 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2781 Rev 2802
Línea 26... Línea 26...
26
const Location = ({ addNotification }) => {
26
const Location = ({ addNotification }) => {
27
  const [loading, setLoading] = useState(false)
27
  const [loading, setLoading] = useState(false)
Línea 28... Línea 28...
28
 
28
 
29
  const {
29
  const {
30
    register,
-
 
31
    errors,
30
    register,
32
    handleSubmit,
31
    handleSubmit,
33
    setValue,
32
    setValue,
34
    clearErrors,
33
    clearErrors,
35
    watch,
34
    watch,
-
 
35
    setError,
36
    setError
36
    formState: { errors }
Línea 37... Línea 37...
37
  } = useForm()
37
  } = useForm()
38
 
38
 
39
  const getLocations = () => {
39
  const getLocations = () => {