Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Nov 11, 2024
2 parents c88aea4 + 4c84fc2 commit b984ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ProductFeedbackService {
return this.http
.get<FeedbackApiResponse>(requestURL, {
params: requestParams,
context: new HttpContext().set(SkipLoading, true)
context: new HttpContext().set(SkipLoading, true).set(ForwardingError, true)
})
.pipe(
tap(response => {
Expand Down

0 comments on commit b984ee4

Please sign in to comment.