Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3282 Rev 3283
Línea 43... Línea 43...
43
    handleSubmit,
43
    handleSubmit,
44
    reset,
44
    reset,
45
    watch
45
    watch
46
  } = useForm({
46
  } = useForm({
47
    defaultValues: {
47
    defaultValues: {
48
      share_width: 'p',
48
      shared_with: 'p',
49
      description: ''
49
      description: ''
50
    }
50
    }
51
  })
51
  })
52
  const description = watch('description')
52
  const description = watch('description')
53
  const file = watch('file')
53
  const file = watch('file')