diff --git a/products/ASC.People/Client/src/components/pages/ProfileAction/Section/Body/FormFields/DepartmentField.js b/products/ASC.People/Client/src/components/pages/ProfileAction/Section/Body/FormFields/DepartmentField.js index 8fa717919a..16b85b12f5 100644 --- a/products/ASC.People/Client/src/components/pages/ProfileAction/Section/Body/FormFields/DepartmentField.js +++ b/products/ASC.People/Client/src/components/pages/ProfileAction/Section/Body/FormFields/DepartmentField.js @@ -3,9 +3,9 @@ import isEqual from "lodash/isEqual"; import { FieldContainer, SelectorAddButton, - SelectedItem, - AdvancedSelector + SelectedItem } from "asc-web-components"; +import { GroupSelector } from "asc-web-common"; class DepartmentField extends React.Component { shouldComponentUpdate(nextProps) { @@ -50,7 +50,7 @@ class DepartmentField extends React.Component { onClick={onShowGroupSelector} className="department-add-btn" /> - */} + {selectorSelectedOptions.map(option => (