chore: fix server selection ux [skip e2e]

This commit is contained in:
Mo
2024-01-06 16:35:58 -06:00
parent 23efad85df
commit 04106b3e15
4 changed files with 48 additions and 28 deletions

View File

@@ -940,7 +940,7 @@ export class SyncService
return
}
if (options.checkIntegrity) {
if (options.checkIntegrity && online) {
await this.notifyEventSync(SyncEvent.SyncRequestsIntegrityCheck, {
source: options.source as SyncSource,
})