Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3244 Rev 3254
Línea 23... Línea 23...
23
    control,
23
    control,
24
    handleSubmit,
24
    handleSubmit,
25
    formState: { errors, isSubmitting }
25
    formState: { errors, isSubmitting }
26
  } = useForm({
26
  } = useForm({
27
    defaultValues,
27
    defaultValues,
28
    values,
28
    values
29
    mode: 'all'
-
 
30
  })
29
  })
Línea 31... Línea 30...
31
 
30
 
32
  return (
31
  return (
33
    <Widget>
32
    <Widget styles={{ overflow: 'visible' }}>
34
      <Widget.Body>
33
      <Widget.Body>
35
        <Form onSubmit={handleSubmit(onSubmit)}>
34
        <Form onSubmit={handleSubmit(onSubmit)}>
36
          <LoadingWrapper loading={isSubmitting} displayChildren>
35
          <LoadingWrapper loading={isSubmitting} displayChildren>
37
            <Input
36
            <Input