Only refresh changed email domains when mailboxes change

This commit is contained in:
Johannes Zellner
2025-12-01 16:04:10 +01:00
parent 71affc0239
commit 3a760282f1
2 changed files with 48 additions and 39 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ async function onSubmit() {
}
}
emit('success');
emit('success', { domain: domain.value, name: name.value, fullName: name.value + '@' + domain.value });
dialog.value.close();
busy.value = false;
}