Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8470 Rev 8472
Línea 9... Línea 9...
9
    closeModal,
9
    closeModal,
10
    editUrl,
10
    editUrl,
11
    action
11
    action
12
}) => {
12
}) => {
Línea 13... Línea 13...
13
 
13
 
14
    const { handleSubmit, register, setValue } = useForm()
14
    const { handleSubmit, register } = useForm()
15
    const [error, setError] = useState(null);
15
    const [error, setError] = useState(null);
Línea 16... Línea 16...
16
    const [industries, setIndustries] = useState(null);
16
    const [industries, setIndustries] = useState([]);
17
 
17
 
18
    const onSubmit = ({ industry }) => {
18
    const onSubmit = ({ industry }) => {