Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1384 Rev 1403
Línea 29... Línea 29...
29
 
29
 
30
    onComplete(selectedFile)
30
    onComplete(selectedFile)
Línea 31... Línea 31...
31
  }
31
  }
32
 
-
 
33
  return (
-
 
34
    <Modal
-
 
35
      show={isShow}
-
 
36
      onClose={onClose}
32
 
37
      onReject={onClose}
-
 
38
      onAccept={handleSubmit}
33
  return (
39
    >
34
    <Modal show={isShow} onClose={onClose} onAccept={handleSubmit}>
40
      {loading ? (
35
      {loading ? (
41
        <Spinner />
36
        <Spinner />
42
      ) : (
37
      ) : (