Fix InviteGroupDialog, lint

This commit is contained in:
Natsumi
2025-10-15 04:54:01 +11:00
parent afbb6dfa47
commit 484b98680a
5 changed files with 5 additions and 12 deletions

View File

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