Skip to content

Commit

Permalink
Merge pull request #83 from venkykandagaddala/sprint-19-bugs
Browse files Browse the repository at this point in the history
KB-7327
  • Loading branch information
venkykandagaddala authored Nov 8, 2024
2 parents c57fa86 + dd4266e commit f65fe0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
<div *ngIf="actions && !remove">
<button type="button" mat-button class="view-report-btn cursor-pointer mat-accent-border mr-10"
(click)="loadUser(user)" *ngIf="isViewReport">View response</button>
(click)="loadUser(user)" *ngIf="isViewReport">View Details</button>
<button type="button" mat-button class="margin-right-m cursor-pointer border-0"
(click)="clickReject()">Reject</button>
<button type="button" mat-button class="approve-btn cursor-pointer mat-accent-border"
Expand Down

0 comments on commit f65fe0d

Please sign in to comment.