Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3371 Rev 3374
Línea 14... Línea 14...
14
  const { id } = useParams()
14
  const { id } = useParams()
15
  const navigate = useNavigate()
15
  const navigate = useNavigate()
16
  const dispatch = useDispatch()
16
  const dispatch = useDispatch()
Línea 17... Línea 17...
17
 
17
 
18
  const { addUrl, updateGoal, getGoalById } = useGoals()
18
  const { addUrl, updateGoal, getGoalById } = useGoals()
Línea 19... Línea 19...
19
  const currentGoal = getGoalById(+id)
19
  const currentGoal = getGoalById(id)
20
 
20
 
21
  const { data: goalValues, isLoading } = useFetch(
21
  const { data: goalValues, isLoading } = useFetch(
22
    currentGoal?.actions.link_edit
22
    currentGoal?.actions.link_edit