Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2873 Rev 2874
Línea 22... Línea 22...
22
  const handleSearch = debounce((e) => setParam('search', e.target.value), 500)
22
  const handleSearch = debounce((e) => setParam('search', e.target.value), 500)
Línea 23... Línea 23...
23
 
23
 
24
  return (
24
  return (
25
    <>
25
    <>
26
      <TitleSection title={labels.companies_i_follow} />
26
      <TitleSection title={labels.companies_i_follow} />
27
      <Input icon={<Search />} onChange={handleSearch} />
27
      <Input icon={<Search />} onChange={handleSearch} variant='search' />
28
      <CompaniesIFollowList
28
      <CompaniesIFollowList
29
        companies={companies}
29
        companies={companies}
30
        loading={isLoading}
30
        loading={isLoading}
31
        onComplete={refetch}
31
        onComplete={refetch}