refactor: remove sources selector from frontend
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user