Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6894 Rev 6896
Línea 20... Línea 20...
20
  const [backendVars, setBackendVars] = useState({})
20
  const [backendVars, setBackendVars] = useState({})
21
  const dispatch = useDispatch()
21
  const dispatch = useDispatch()
22
  const { uuid } = useParams()
22
  const { uuid } = useParams()
Línea 23... Línea 23...
23
 
23
 
24
  useEffect(() => {
24
  useEffect(() => {
25
    getBackendVars(`/profile/my-profiles/edit/${uuid}}`)
25
    getBackendVars(`/group/my-groups/edit/${uuid}}`)
26
      .then((vars) => {
26
      .then((vars) => {
Línea 27... Línea 27...
27
        const actions = {}
27
        const actions = {}
28
 
28