Browse Source

empty message

master
Daniel 1 year ago
parent
commit
79cc9cfd0e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      matsen-tool/src/app/_views/tasks/new-task-note/new-task-note.component.html

+ 3
- 0
matsen-tool/src/app/_views/tasks/new-task-note/new-task-note.component.html View File

@@ -5,6 +5,9 @@
<div class="mb-3"> <div class="mb-3">
<label for="message" class="form-label">{{ 'form.comment' | translate }}:</label> <label for="message" class="form-label">{{ 'form.comment' | translate }}:</label>
<textarea class="form-control" id="message" formControlName="message" cols="50" rows="5"></textarea> <textarea class="form-control" id="message" formControlName="message" cols="50" rows="5"></textarea>
<div class="form-text" *ngIf="taskNoteForm.get('message')?.invalid && taskNoteForm.get('message')?.touched">
{{ 'form.comment' | translate }} {{ 'form.mandatory' | translate }}.
</div>
</div> </div>


<div class="mb-3"> <div class="mb-3">


Loading…
Cancel
Save