Skip to content

Commit

Permalink
fix(spinner): add missing error handler for create recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Nov 18, 2022
1 parent 51b5fe8 commit 4c9d156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Shared/Services/Api.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export class ApiService {
body: form,
}).pipe(
map((resp) => resp.ok),
catchError((_) => of(false)),
first()
)
)
Expand Down

0 comments on commit 4c9d156

Please sign in to comment.