Skip to content

Commit

Permalink
chore: remove unused var & import
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Dec 2, 2024
1 parent 6204b64 commit a830842
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/constants/dictionary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit a830842

Please sign in to comment.