diff --git a/.gitignore b/.gitignore index f6eb646200..2c72e2cba3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /products/ASC.People/Data/ Data/ Logs/ +**/.DS_Store \ No newline at end of file diff --git a/web/ASC.Web.Client/src/components/pages/Wizard/index.js b/web/ASC.Web.Client/src/components/pages/Wizard/index.js index cb9fdbb23e..34b8b2d9c0 100644 --- a/web/ASC.Web.Client/src/components/pages/Wizard/index.js +++ b/web/ASC.Web.Client/src/components/pages/Wizard/index.js @@ -13,9 +13,14 @@ import { InputBlock, Checkbox, Link, GroupButton, DropDownItem, Button, Box, Loader, - ModalDialog, utils } from 'asc-web-components'; + ModalDialog, utils +} from 'asc-web-components'; -import { getWizardInfo, getPortalTimezones, getPortalCultures, setIsWizardLoaded, getMachineName } from '../../../store/wizard/actions'; +import { + getWizardInfo, getPortalTimezones, + getPortalCultures, setIsWizardLoaded, + getMachineName +} from '../../../store/wizard/actions'; const { EmailSettings } = utils.email; const settings = new EmailSettings();