Skip to content

Commit

Permalink
Update product-feedback.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy committed Jul 24, 2024
1 parent 6d66c37 commit c52c637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class ProductFeedbackService {
.pipe(
tap(() => {
this.initFeedbacks();
this.findProductFeedbackOfUser();
this.findProductFeedbackOfUser().subscribe();
this.productStarRatingService.fetchData();
})
);
Expand Down

0 comments on commit c52c637

Please sign in to comment.