Null current status text on language change (join page)

This commit is contained in:
N Pex 2022-04-21 08:06:53 +00:00
parent c6f4cdb3ed
commit 1410c6a23a

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: { methods: {
getRoomInfo() { getRoomInfo() {