Explorar el Código

comment out react-bootstrap

Yuki Takei hace 6 años
padre
commit
710bfc1e3f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/client/js/components/InstallerForm.jsx

+ 2 - 1
src/client/js/components/InstallerForm.jsx

@@ -4,7 +4,8 @@ import PropTypes from 'prop-types';
 import i18next from 'i18next';
 import { withTranslation } from 'react-i18next';
 
-import Radio from 'react-bootstrap/es/Radio';
+// FIXME: use native Bootstrap 4 or reactstrap
+// import Radio from 'react-bootstrap/es/Radio';
 
 class InstallerForm extends React.Component {