Yuki Takei 6 лет назад
Родитель
Сommit
710bfc1e3f
1 измененных файлов с 2 добавлено и 1 удалено
  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 {