Fixed syncing alert not showing the proper error

This commit is contained in:
Magnus Åhall 2026-06-12 07:13:25 +02:00
parent 5dac84efdc
commit 73d87d61c4

View file

@ -158,7 +158,7 @@ export class Sync {
} catch (e) {
console.trace(e)
alert(e)
alert(e.error)
return
}
}