Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Nov 1, 2023
1 parent 817cca1 commit b91cc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/LanguageModalContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
methods: {
showModal() {
init() {
this.language = getStoredLanguage();
this.setToVuetify(this.language);
},
Expand All @@ -42,7 +42,7 @@
},
},
mounted() {
this.showModal()
this.init()
}
}
</script>

0 comments on commit b91cc20

Please sign in to comment.