RED-4572: remove asterisk from comment field

This commit is contained in:
Dan Percic 2022-07-12 18:38:42 +03:00
parent 3a6e2e7458
commit 9268a50e78

View File

@ -30,7 +30,7 @@
</mat-select>
</div>
<div [class.required]="!isDocumentAdmin" class="iqser-input-group w-300">
<div class="iqser-input-group w-300">
<label translate="manual-annotation.dialog.content.comment"></label>
<textarea formControlName="comment" iqserHasScrollbar name="comment" rows="4" type="text"></textarea>
</div>