feat: add config migration
This commit is contained in:
parent
4772024e3d
commit
ac3dcef35a
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ const allFields = (getData, onChange, auxElements = []) => {
|
||||||
|
|
||||||
const tzLabels = getTzLabels(timezonesData)
|
const tzLabels = getTzLabels(timezonesData)
|
||||||
|
|
||||||
|
console.log(tzLabels)
|
||||||
|
|
||||||
const findSuggestion = it => {
|
const findSuggestion = it => {
|
||||||
const machine = R.find(R.propEq('deviceId', it.machine))(machineData)
|
const machine = R.find(R.propEq('deviceId', it.machine))(machineData)
|
||||||
return machine ? [machine] : []
|
return machine ? [machine] : []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue