diff --git a/src/constants/dictionary.jsx b/src/constants/dictionary.jsx index c92f7c083..8fa8e7761 100644 --- a/src/constants/dictionary.jsx +++ b/src/constants/dictionary.jsx @@ -533,10 +533,6 @@ const dictionary = { en: 'Formula of the unit of measure', fr: "Formule de l'unité de mesure", }, - dynamicUnitEmptySelect: { - en: 'Select a variable of the unit of measure', - fr: "Sélectionnez une variable de l'unité de mesure", - }, unitEmptySelect: { en: 'Select an unit of measure', fr: 'Sélectionnez une unité de mesure', diff --git a/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx b/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx index 70e103d32..4e816a823 100644 --- a/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx +++ b/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx @@ -9,7 +9,6 @@ import withCurrentFormVariables from '../../../../../hoc/with-current-form-varia import SelectMetaDataContainer from '../../../../../layout/connected-widget/select-metadata'; import { connect } from 'react-redux'; import withCurrentFormVariables from '../../../../../hoc/with-current-form-variables'; -import Select from '../../../../../forms/controls/select'; import GenericOption from '../../../../../forms/controls/generic-option'; import ListRadios from '../../../../../forms/controls/list-radios'; import { RichEditorWithVariable } from '../../../../../forms/controls/control-with-suggestions';