Fix unselected Lang setting

This commit is contained in:
Bubka 2020-11-22 22:23:28 +01:00
parent 9344648567
commit 1d9daa13cb

View File

@ -85,6 +85,7 @@
mounted() { mounted() {
this.form.fill(this.$root.appSettings) this.form.fill(this.$root.appSettings)
this.form.lang = this.$root.$i18n.locale
this.fetchGroups() this.fetchGroups()
}, },