Skip to content

Commit

Permalink
Fixed moderate response bug (#12964)
Browse files Browse the repository at this point in the history
Added a propagation stop to the moderate response button

Co-authored-by: Wei Qing <48304907+weiquu@users.noreply.github.com>
  • Loading branch information
eraysozer20 and weiquu committed Apr 18, 2024
1 parent c76df68 commit 6fe8c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h6 id="user-header" class="card-header bg-primary text-white cursor-pointer" ro
</div>
<div class="card-header-btn-toolbar">
<tm-response-moderation-button class="btn-margin-right" *ngIf="isGrq && userToRelatedEmail[userInfo]" [relatedGiverEmail]="userToRelatedEmail[userInfo]"
[session]="session" [isGiverInstructor]="userIsInstructor[userInfo]" btnStyle="PRIMARY"></tm-response-moderation-button>
[session]="session" [isGiverInstructor]="userIsInstructor[userInfo]" btnStyle="PRIMARY" (click)="$event.stopPropagation()"></tm-response-moderation-button>
<tm-panel-chevron [isExpanded]="userExpanded[userInfo]"></tm-panel-chevron>
</div>
</h6>
Expand Down

0 comments on commit 6fe8c8d

Please sign in to comment.