Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1959 Rev 1960
Línea 21... Línea 21...
21
  labelReject = '',
21
  labelReject = '',
22
  size = 'md',
22
  size = 'md',
23
  centered = true,
23
  centered = true,
24
  animation = true,
24
  animation = true,
25
  showFooter = true,
25
  showFooter = true,
-
 
26
  dialogClassName,
26
  children
27
  children
27
}) => {
28
}) => {
28
  const [loading, setLoading] = useState(false)
29
  const [loading, setLoading] = useState(false)
29
  const labels = useSelector(({ intl }) => intl.labels)
30
  const labels = useSelector(({ intl }) => intl.labels)
Línea 40... Línea 41...
40
  }, [show, loading])
41
  }, [show, loading])
Línea 41... Línea 42...
41
 
42
 
42
  return (
43
  return (
43
    <BootstrapModal
44
    <BootstrapModal
44
      animation={animation}
45
      animation={animation}
45
      className={styles['root-modal']}
46
      className={dialogClassName}
46
      centered={centered}
47
      centered={centered}
47
      show={show}
48
      show={show}
48
      size={size}
49
      size={size}
49
      onHide={onClose}
50
      onHide={onClose}