Null current status text on language change (join page)
This commit is contained in:
parent
c6f4cdb3ed
commit
1410c6a23a
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: {
|
methods: {
|
||||||
getRoomInfo() {
|
getRoomInfo() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue