Skip to content

Commit

Permalink
fix: delete comment as well as test attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
satikaj committed Jun 18, 2024
1 parent a2e8a9c commit b6887e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class ScormCommentComponent {
'Are you sure you want to delete this test attempt? This action is final and will delete information associated with this test attempt.',
() => {
this.testAttemptService.deleteAttempt(this.comment.testAttempt.id);
this.comment.delete();
},
);
}
Expand Down

0 comments on commit b6887e8

Please sign in to comment.