Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: language selection on profile creation (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-m-l authored and luciorubeens committed Mar 14, 2019
1 parent 85445ad commit 461b939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/Input/InputLanguage.vue
Expand Up @@ -117,6 +117,7 @@ export default {
select (language) {
this.selected = language
this.emitInput()
},
emitInput () {
Expand Down

0 comments on commit 461b939

Please sign in to comment.