We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e994d commit 94c756dCopy full SHA for 94c756d
1 file changed
src/app/request-copy/email-request-copy/email-request-copy.component.html
@@ -13,7 +13,7 @@
13
<ng-content></ng-content>
14
<div class="d-flex flex-row-reverse">
15
<button (click)="submit()"
16
- [disabled]="!message || message.length === 0 || !subject || subject.length === 0"
+ [disabled]="!subject || subject.length === 0"
17
class="btn btn-primary"
18
title="{{'grant-deny-request-copy.email.send' | translate }}">
19
<i class="fas fa-envelope"></i> {{'grant-deny-request-copy.email.send' | translate }}
0 commit comments