Explorar o código

comment out react-bootstrap

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
710bfc1e3f
Modificáronse 1 ficheiros con 2 adicións e 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 {