Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3682 Rev 3684
Línea 24... Línea 24...
24
    onError: (error) => {
24
    onError: (error) => {
25
      showError(error.message);
25
      showError(error.message);
26
    }
26
    }
27
  });
27
  });
Línea 28... Línea 28...
28
 
28
 
Línea 29... Línea 29...
29
  if (loadingGroupTypes || loadingIndustries) return <Spinner />;
29
  if (loadingGroupTypes || loadingIndustries || !groupTypes || !industries) return <Spinner />;
30
 
30
 
31
  return (
31
  return (
32
    <Form onSubmit={execute} defaultValues={{ name: '', type_id: '', industry_id: '' }} reset>
32
    <Form onSubmit={execute} defaultValues={{ name: '', type_id: '', industry_id: '' }} reset>