|
@@ -1,7 +1,7 @@
|
|
|
import React from 'react';
|
|
import React from 'react';
|
|
|
import PropTypes from 'prop-types';
|
|
import PropTypes from 'prop-types';
|
|
|
import { withTranslation } from 'react-i18next';
|
|
import { withTranslation } from 'react-i18next';
|
|
|
-import Modal from 'react-bootstrap/es/Modal';
|
|
|
|
|
|
|
+// import Modal from 'react-bootstrap/es/Modal';
|
|
|
|
|
|
|
|
import UserGroupUserFormByInput from './UserGroupUserFormByInput';
|
|
import UserGroupUserFormByInput from './UserGroupUserFormByInput';
|
|
|
import { createSubscribedElement } from '../../UnstatedUtils';
|
|
import { createSubscribedElement } from '../../UnstatedUtils';
|