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:
N Pex 2022-04-21 08:06:53 +00:00
commit 73135290e5

View file

@ -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() {