Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1403 Rev 1426
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}
32
 
36
      onClose={onClose}
-
 
37
      onReject={onClose}
33
  return (
38
      onAccept={handleSubmit}
34
    <Modal show={isShow} onClose={onClose} onAccept={handleSubmit}>
39
    >
35
      {loading ? (
40
      {loading ? (
36
        <Spinner />
41
        <Spinner />
37
      ) : (
42
      ) : (