Merge branch '292-failed-to-join-room-text-is-not-translated-to-the-selected-language' into 'dev'
Null current status text on language change (join page) Closes #292 See merge request keanuapp/keanuapp-weblite!75
This commit is contained in:
commit
73135290e5
1 changed files with 4 additions and 0 deletions
|
|
@ -272,6 +272,10 @@ export default {
|
|||
}
|
||||
},
|
||||
},
|
||||
activeLanguage() {
|
||||
// Null status on language change, we don't know what status we are in so we can't get the right string.
|
||||
this.loadingMessage = null;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getRoomInfo() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue