minor refactoring, deleting choices.js dependency
This commit is contained in:
parent
ecf4feb870
commit
9eaab851c8
4 changed files with 0 additions and 25 deletions
|
|
@ -1,6 +1,3 @@
|
|||
import 'choices.js/public/assets/styles/choices.min.css'
|
||||
|
||||
// Инициализация состояний для формы "Прибор"
|
||||
const stateInstrument = {
|
||||
фиксация: 'НаМесте',
|
||||
типПрибора: 'Величина',
|
||||
|
|
@ -9,7 +6,6 @@ const stateInstrument = {
|
|||
функции: []
|
||||
};
|
||||
|
||||
// Инициализация состояний для формы "Исполнительный механизм"
|
||||
const stateMechanism = {
|
||||
ручной: false,
|
||||
направление: null as string | null
|
||||
|
|
|
|||
Loading…
Reference in a new issue