We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d2fe10 + 780788e commit 861cb6cCopy full SHA for 861cb6c
1 file changed
frontend/src/app/services/table-row.service.ts
@@ -30,11 +30,11 @@ export class TableRowService {
30
})
31
.pipe(
32
map(res => res),
33
- // catchError((err) => {
34
- // console.log(err);
35
- // this._notifications.showErrorSnackbar(err.error.message);
36
- // return EMPTY;
37
- // })
+ catchError((err) => {
+ console.log(err);
+ this._notifications.showErrorSnackbar(err.error.message);
+ return EMPTY;
+ })
38
);
39
}
40
0 commit comments