Fix unselected Lang setting when the related option does not exists

This commit is contained in:
Bubka 2020-02-27 21:58:07 +01:00
parent 6058911a76
commit 0555577ecb

View File

@ -18,7 +18,7 @@
success: '', success: '',
fail: '', fail: '',
form: new Form({ form: new Form({
lang: appSettings.lang, lang: this.$root.$i18n.locale,
showTokenAsDot: Boolean(Number(appSettings.showTokenAsDot)), showTokenAsDot: Boolean(Number(appSettings.showTokenAsDot)),
}), }),
options: [ options: [