no message
This commit is contained in:
parent
4b585bc8c4
commit
f1a2c9f4c0
|
@ -85,7 +85,8 @@
|
|||
</div>
|
||||
|
||||
<!-- Type reply in thread -->
|
||||
<div *ngIf="this.canEdit && !this.isDeleted" class="col-12">
|
||||
<!-- <div *ngIf="this.canEdit && !this.isDeleted" class="col-12"> -->
|
||||
<div class="col-12">
|
||||
<div class="row new-reply mr-0">
|
||||
<mat-form-field class="col pt-2 pb-2 pr-0">
|
||||
<textarea matInput matTextareaAutosize matAutosizeMinRows="1" [formControl]="this.threadReplyTextsFG[thread.id.toString()].get('replyText')" placeholder="{{'ANNOTATION-DIALOG.THREADS.REPLY' | translate}}"></textarea>
|
||||
|
|
Loading…
Reference in New Issue