refactor: remove sources selector from frontend

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-06-20 00:00:28 -04:00
parent 9845262e62
commit dfe308c046
10 changed files with 46 additions and 66 deletions
+4
View File
@@ -182,6 +182,10 @@ async function testConnection() {
}
async function saveAccount() {
if (!localService.value) {
console.error('[Mail Manager][Edit Account Dialog] - No service data to save')
return
}
// No changes made, just close the dialog
if (!localService.value.mutated() && !localService.value.location?.mutated() && !localService.value.identity?.mutated()) {
close()