Skip to content

Commit

Permalink
Update email-request-copy.component.html
Browse files Browse the repository at this point in the history
Message is optional: remove req in [disabled]
  • Loading branch information
amgciadev authored Aug 15, 2023
1 parent 77e994d commit 94c756d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ng-content></ng-content>
<div class="d-flex flex-row-reverse">
<button (click)="submit()"
[disabled]="!message || message.length === 0 || !subject || subject.length === 0"
[disabled]="!subject || subject.length === 0"
class="btn btn-primary"
title="{{'grant-deny-request-copy.email.send' | translate }}">
<i class="fas fa-envelope"></i> {{'grant-deny-request-copy.email.send' | translate }}
Expand Down

0 comments on commit 94c756d

Please sign in to comment.