diff --git a/client/src/components/Settings/Dns/Upstream/Form.js b/client/src/components/Settings/Dns/Upstream/Form.js index 57278417..ec110d6d 100644 --- a/client/src/components/Settings/Dns/Upstream/Form.js +++ b/client/src/components/Settings/Dns/Upstream/Form.js @@ -5,7 +5,6 @@ import { Field, reduxForm, formValueSelector } from 'redux-form'; import { Trans, withTranslation } from 'react-i18next'; import flow from 'lodash/flow'; import classnames from 'classnames'; -import { nanoid } from 'nanoid'; import Examples from './Examples'; import { renderRadioField } from '../../../../helpers/form'; @@ -63,7 +62,7 @@ let Form = (props) => {