feat: add config migration
This commit is contained in:
parent
cf6e5354ec
commit
da0d25c040
4 changed files with 26 additions and 5 deletions
|
|
@ -70,7 +70,7 @@ const buildLabel = tz => {
|
|||
|
||||
const getTzLabels = timezones =>
|
||||
R.map(
|
||||
it => ({ label: buildLabel(it), code: it }),
|
||||
it => ({ label: buildLabel(it), code: `${it.utcOffset}:${it.dstOffset}` }),
|
||||
getFinalTimezones(timezones)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue