update todos

This commit is contained in:
Matt Hill
2024-06-22 21:47:18 -06:00
parent e0d23f4436
commit 68ed1c80ce
7 changed files with 9 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ export class InitService extends Observable<MappedProgress> {
}
}),
catchError(e => {
// @TODO this toast is presenting when we navigate away from init page. It seems other websockets exhibit the same behavior, but we never noticed because the error were not being caught and presented in this manner
this.errorService.present(e)
return EMPTY