mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 09:13:50 +02:00
Fix InviteGroupDialog, lint
This commit is contained in:
@@ -183,10 +183,8 @@
|
||||
const { t } = useI18n();
|
||||
|
||||
watch(
|
||||
() => {
|
||||
return inviteGroupDialog.value.visible;
|
||||
},
|
||||
(value) => async () => {
|
||||
() => inviteGroupDialog.value.visible,
|
||||
async (value) => {
|
||||
if (value) {
|
||||
inviteGroupDialog.value.groupId = await configRepository.getString('inviteGroupLastGroup', '');
|
||||
initDialog();
|
||||
|
||||
Reference in New Issue
Block a user