quick fix

This commit is contained in:
Natsumi
2021-02-07 00:20:49 +13:00
parent e0f354d513
commit bebff062ae
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -8323,10 +8323,10 @@ speechSynthesis.getVoices();
}).then((args) => { }).then((args) => {
if (args.json[slot].message !== D.newMessage) { if (args.json[slot].message !== D.newMessage) {
this.$message({ this.$message({
message: 'VRC API didn\'t update message, try again', message: 'VRChat API didn\'t update message, try again',
type: 'error' type: 'error'
}); });
throw 'VRC API didn\'t update message, try again'; throw 'VRChat API didn\'t update message, try again';
} }
}); });
} }
@@ -8360,7 +8360,8 @@ speechSynthesis.getVoices();
$app.data.sendInviteResponseDialog = { $app.data.sendInviteResponseDialog = {
message: '', message: '',
invite: '' invite: '',
messageSlot: ''
}; };
$app.data.sendInviteResponseDialogVisible = false; $app.data.sendInviteResponseDialogVisible = false;