Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1437 Rev 1898
Línea 11... Línea 11...
11
import FormErrorFeedback from '../UI/form/FormErrorFeedback'
11
import FormErrorFeedback from '../UI/form/FormErrorFeedback'
Línea 12... Línea 12...
12
 
12
 
13
const ImageModal = ({ show, onClose, sizes, id, onComplete }) => {
13
const ImageModal = ({ show, onClose, sizes, id, onComplete }) => {
Línea 14... Línea -...
14
  const dispatch = useDispatch()
-
 
15
 
-
 
16
  const {
-
 
17
    register,
14
  const dispatch = useDispatch()
18
    errors,
-
 
19
    handleSubmit,
-
 
20
    setValue,
-
 
21
    clearErrors,
-
 
22
    setError,
15
 
Línea 23... Línea 16...
23
    getValues
16
  const { register, errors, handleSubmit, setValue, clearErrors, setError } =
24
  } = useForm()
17
    useForm()
25
 
18
 
26
  const onUploadedHandler = (files) => {
19
  const onUploadedHandler = (files) => {