Update email-request-copy.component.html

Message is optional: remove req in [disabled]

(cherry picked from commit 94c756d52d)
This commit is contained in:
Agustina Martinez
2023-08-15 16:53:30 +02:00
committed by github-actions[bot]
parent c3ee2ca6c1
commit e9b70e34d5

View File

@@ -13,7 +13,7 @@
<ng-content></ng-content> <ng-content></ng-content>
<div class="d-flex flex-row-reverse"> <div class="d-flex flex-row-reverse">
<button (click)="submit()" <button (click)="submit()"
[disabled]="!message || message.length === 0 || !subject || subject.length === 0" [disabled]="!subject || subject.length === 0"
class="btn btn-primary" class="btn btn-primary"
title="{{'grant-deny-request-copy.email.send' | translate }}"> title="{{'grant-deny-request-copy.email.send' | translate }}">
<i class="fas fa-envelope"></i> {{'grant-deny-request-copy.email.send' | translate }} <i class="fas fa-envelope"></i> {{'grant-deny-request-copy.email.send' | translate }}