Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7004 Rev 7005
Línea 53... Línea 53...
53
 
53
 
54
  const onChangePageHandler = (currentPage) => {
54
  const onChangePageHandler = (currentPage) => {
55
    setCurrentPage(currentPage)
55
    setCurrentPage(currentPage)
Línea 56... Línea 56...
56
  }
56
  }
-
 
57
 
57
 
58
  const onSubmitHandler = (e) => {
58
  const onSubmitHandler = () => {
59
    e.preventDefault()
Línea 59... Línea 60...
59
    history.push({ pathname, search: `?keyword=${entity}` })
60
    history.push({ pathname, search: `?keyword=${entity}` })
60
  }
61
  }