Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8495 Rev 8516
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);
16
    const [industries, setIndustries] = useState([]);
16
    const [industries, setIndustries] = useState([]);
Línea 17... Línea 17...
17
    const [currentIndustry, setCurrentIndustry] = useState("");
17
    const [currentIndustry, setCurrentIndustry] = useState("");