Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiyusupau authored Dec 19, 2023
2 parents 853146d + c1b3d62 commit 4859f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@

<button type="button" class="btn btn-light btn-sm float-end"
(click)="triggerCloseCommentBoxEvent()" *ngIf="!shouldHideClosingButton" [disabled]="isDisabled"><i class="fas fa-times"></i>
{{ mode === CommentRowMode.EDIT ? 'Discard' : 'Cancel' }}</button>
Cancel</button>

0 comments on commit 4859f35

Please sign in to comment.